public static interface ListCalculatedAttributeDefinitionsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListCalculatedAttributeDefinitionsRequest.Builder,ListCalculatedAttributeDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCalculatedAttributeDefinitionsRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
ListCalculatedAttributeDefinitionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of calculated attribute definitions returned per page.
|
ListCalculatedAttributeDefinitionsRequest.Builder |
nextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
|
ListCalculatedAttributeDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCalculatedAttributeDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCalculatedAttributeDefinitionsRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.ListCalculatedAttributeDefinitionsRequest.Builder nextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributeDefinitions.
nextToken - The pagination token from the previous call to ListCalculatedAttributeDefinitions.ListCalculatedAttributeDefinitionsRequest.Builder maxResults(Integer maxResults)
The maximum number of calculated attribute definitions returned per page.
maxResults - The maximum number of calculated attribute definitions returned per page.ListCalculatedAttributeDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCalculatedAttributeDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.