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) |
ListFacetAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFacetAttributesRequest.Builder |
schemaArn(String schemaArn)
The ARN of the schema where the facet resides.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListFacetAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.