public static interface ListOutgoingTypedLinksResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListOutgoingTypedLinksResponse.Builder,ListOutgoingTypedLinksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingTypedLinksResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListOutgoingTypedLinksResponse.Builder |
typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
|
ListOutgoingTypedLinksResponse.Builder |
typedLinkSpecifiers(Consumer<TypedLinkSpecifier.Builder>... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
ListOutgoingTypedLinksResponse.Builder |
typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOutgoingTypedLinksResponse.Builder typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)
Returns a typed link specifier as output.
typedLinkSpecifiers - Returns a typed link specifier as output.ListOutgoingTypedLinksResponse.Builder typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)
Returns a typed link specifier as output.
typedLinkSpecifiers - Returns a typed link specifier as output.ListOutgoingTypedLinksResponse.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) ListOutgoingTypedLinksResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.