public static interface BatchListIncomingTypedLinksResponse.Builder extends SdkPojo, CopyableBuilder<BatchListIncomingTypedLinksResponse.Builder,BatchListIncomingTypedLinksResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListIncomingTypedLinksResponse.Builder |
linkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
|
BatchListIncomingTypedLinksResponse.Builder |
linkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... linkSpecifiers)
Returns one or more typed link specifiers as output.
|
BatchListIncomingTypedLinksResponse.Builder |
linkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
|
BatchListIncomingTypedLinksResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchListIncomingTypedLinksResponse.Builder linkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)
Returns one or more typed link specifiers as output.
linkSpecifiers - Returns one or more typed link specifiers as output.BatchListIncomingTypedLinksResponse.Builder linkSpecifiers(TypedLinkSpecifier... linkSpecifiers)
Returns one or more typed link specifiers as output.
linkSpecifiers - Returns one or more typed link specifiers as output.BatchListIncomingTypedLinksResponse.Builder linkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... linkSpecifiers)
Returns one or more typed link specifiers as output.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #linkSpecifiers(List) .linkSpecifiers - a consumer that will call methods on List.Builder #linkSpecifiers(List) BatchListIncomingTypedLinksResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2021. All rights reserved.