public static interface BatchListOutgoingTypedLinksResponse.Builder extends SdkPojo, CopyableBuilder<BatchListOutgoingTypedLinksResponse.Builder,BatchListOutgoingTypedLinksResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListOutgoingTypedLinksResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
BatchListOutgoingTypedLinksResponse.Builder |
typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
BatchListOutgoingTypedLinksResponse.Builder |
typedLinkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
BatchListOutgoingTypedLinksResponse.Builder |
typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchListOutgoingTypedLinksResponse.Builder typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
typedLinkSpecifiers - Returns a typed link specifier as output.BatchListOutgoingTypedLinksResponse.Builder typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
typedLinkSpecifiers - Returns a typed link specifier as output.BatchListOutgoingTypedLinksResponse.Builder typedLinkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... typedLinkSpecifiers)
Returns a typed link specifier 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 #typedLinkSpecifiers(List.
typedLinkSpecifiers - a consumer that will call methods on
TypedLinkSpecifier.Builder#typedLinkSpecifiers(java.util.Collection) BatchListOutgoingTypedLinksResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.