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