CopyableBuilder<ListFacetNamesResponse.Builder,ListFacetNamesResponse>
, SdkBuilder<ListFacetNamesResponse.Builder,ListFacetNamesResponse>
public static interface ListFacetNamesResponse.Builder extends CopyableBuilder<ListFacetNamesResponse.Builder,ListFacetNamesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListFacetNamesResponse.Builder |
facetNames(String... facetNames) |
The names of facets that exist within the schema.
|
ListFacetNamesResponse.Builder |
facetNames(Collection<String> facetNames) |
The names of facets that exist within the schema.
|
ListFacetNamesResponse.Builder |
nextToken(String nextToken) |
The pagination token.
|
copy
apply, build
ListFacetNamesResponse.Builder facetNames(Collection<String> facetNames)
The names of facets that exist within the schema.
facetNames
- The names of facets that exist within the schema.ListFacetNamesResponse.Builder facetNames(String... facetNames)
The names of facets that exist within the schema.
NOTE: This method appends the values to the existing list (if any). Use
#setFacetNames(java.util.Collection)
or #withFacetNames(java.util.Collection)
if you want to
override the existing values.
facetNames
- The names of facets that exist within the schema.ListFacetNamesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.