public static interface ListFacetAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, 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.
|
build
overrideConfiguration
copy
applyMutation, build
ListFacetAttributesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListFacetAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.