CopyableBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>, SdkBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>public static interface ListFacetAttributesRequest.Builder extends CopyableBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListFacetAttributesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to retrieve.
|
ListFacetAttributesRequest.Builder |
name(String name) |
The name of the facet whose attributes will be retrieved.
|
ListFacetAttributesRequest.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListFacetAttributesRequest.Builder |
schemaArn(String schemaArn) |
The ARN of the schema where the facet resides.
|
copyapply, buildListFacetAttributesRequest.Builder schemaArn(String schemaArn)
The ARN of the schema where the facet resides.
schemaArn - The ARN of the schema where the facet resides.ListFacetAttributesRequest.Builder name(String name)
The name of the facet whose attributes will be retrieved.
name - The name of the facet whose attributes will be retrieved.ListFacetAttributesRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListFacetAttributesRequest.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.