CopyableBuilder<ListFacetNamesRequest.Builder,ListFacetNamesRequest>, SdkBuilder<ListFacetNamesRequest.Builder,ListFacetNamesRequest>public static interface ListFacetNamesRequest.Builder extends CopyableBuilder<ListFacetNamesRequest.Builder,ListFacetNamesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListFacetNamesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to retrieve.
|
ListFacetNamesRequest.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListFacetNamesRequest.Builder |
schemaArn(String schemaArn) |
The Amazon Resource Name (ARN) to retrieve facet names from.
|
copyapply, buildListFacetNamesRequest.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) to retrieve facet names from.
schemaArn - The Amazon Resource Name (ARN) to retrieve facet names from.ListFacetNamesRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListFacetNamesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.