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 method that creates an instance of theTypedLinkSpecifier.Builder avoiding the need to
create one manually via
TypedLinkSpecifier.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #linkSpecifiers(List.
linkSpecifiers - a consumer that will call methods on
TypedLinkSpecifier.Builder#linkSpecifiers(java.util.Collection) BatchListIncomingTypedLinksResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.