public static interface ListFacetAttributesResponse.Builder extends CloudDirectoryResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListFacetAttributesResponse.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 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)
ListFacetAttributesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.