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 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 #typedLinkSpecifiers(List) .typedLinkSpecifiers - a consumer that will call methods on List.Builder #typedLinkSpecifiers(List) BatchListOutgoingTypedLinksResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2021. All rights reserved.