CopyableBuilder<ListFacetAttributesResponse.Builder,ListFacetAttributesResponse>
, SdkBuilder<ListFacetAttributesResponse.Builder,ListFacetAttributesResponse>
public static interface ListFacetAttributesResponse.Builder extends CopyableBuilder<ListFacetAttributesResponse.Builder,ListFacetAttributesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListFacetAttributesResponse.Builder |
attributes(Collection<FacetAttribute> 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The attributes attached to the facet.ListFacetAttributesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.