public static interface ListFacetAttributesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListFacetAttributesResponse.Builder,ListFacetAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFacetAttributesResponse.Builder |
attributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
|
ListFacetAttributesResponse.Builder |
attributes(Consumer<FacetAttribute.Builder>... attributes)
The attributes attached to the facet.
|
ListFacetAttributesResponse.Builder |
attributes(FacetAttribute... attributes)
The attributes attached to the facet.
|
ListFacetAttributesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFacetAttributesResponse.Builder attributes(Collection<FacetAttribute> attributes)
The attributes attached to the facet.
attributes - The attributes attached to the facet.ListFacetAttributesResponse.Builder attributes(FacetAttribute... attributes)
The attributes attached to the facet.
attributes - The attributes attached to the facet.ListFacetAttributesResponse.Builder attributes(Consumer<FacetAttribute.Builder>... attributes)
The attributes attached to the facet.
This is a convenience method that creates an instance of theFacetAttribute.Builder avoiding the need to
create one manually via FacetAttribute.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
FacetAttribute.Builder#attributes(java.util.Collection) ListFacetAttributesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.