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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListFacetAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListFacetAttributesRequest.Builder |
schemaArn(String schemaArn)
The ARN of the schema where the facet resides.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListFacetAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.