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 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) ListOutgoingTypedLinksResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2021. All rights reserved.