public static interface ListFacetAttributesRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<ListFacetAttributesRequest.Builder,ListFacetAttributesRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListFacetAttributesRequest.Builder |
schemaArn(String schemaArn)
The ARN of the schema where the facet resides.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.ListFacetAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.