public static interface ListTypedLinkFacetAttributesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListTypedLinkFacetAttributesResponse.Builder,ListTypedLinkFacetAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTypedLinkFacetAttributesResponse.Builder |
attributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
|
ListTypedLinkFacetAttributesResponse.Builder |
attributes(Consumer<TypedLinkAttributeDefinition.Builder>... attributes)
An ordered set of attributes associate with the typed link.
|
ListTypedLinkFacetAttributesResponse.Builder |
attributes(TypedLinkAttributeDefinition... attributes)
An ordered set of attributes associate with the typed link.
|
ListTypedLinkFacetAttributesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTypedLinkFacetAttributesResponse.Builder attributes(Collection<TypedLinkAttributeDefinition> attributes)
An ordered set of attributes associate with the typed link.
attributes - An ordered set of attributes associate with the typed link.ListTypedLinkFacetAttributesResponse.Builder attributes(TypedLinkAttributeDefinition... attributes)
An ordered set of attributes associate with the typed link.
attributes - An ordered set of attributes associate with the typed link.ListTypedLinkFacetAttributesResponse.Builder attributes(Consumer<TypedLinkAttributeDefinition.Builder>... attributes)
An ordered set of attributes associate with the typed link.
This is a convenience method that creates an instance of theTypedLinkAttributeDefinition.Builder avoiding
the need to create one manually via
TypedLinkAttributeDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
TypedLinkAttributeDefinition.Builder#attributes(java.util.Collection) ListTypedLinkFacetAttributesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.