public static interface ListFacetNamesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListFacetNamesResponse.Builder,ListFacetNamesResponse>
Modifier and Type | Method and Description |
---|---|
ListFacetNamesResponse.Builder |
facetNames(Collection<String> facetNames)
The names of facets that exist within the schema.
|
ListFacetNamesResponse.Builder |
facetNames(String... facetNames)
The names of facets that exist within the schema.
|
ListFacetNamesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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.