public static interface ListCalculatedAttributesForProfileRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListCalculatedAttributesForProfileRequest.Builder,ListCalculatedAttributesForProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCalculatedAttributesForProfileRequest.Builder |
domainName(String domainName)
The unique name of the domain.
|
ListCalculatedAttributesForProfileRequest.Builder |
maxResults(Integer maxResults)
The maximum number of calculated attributes returned per page.
|
ListCalculatedAttributesForProfileRequest.Builder |
nextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributesForProfile.
|
ListCalculatedAttributesForProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCalculatedAttributesForProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCalculatedAttributesForProfileRequest.Builder |
profileId(String profileId)
The unique identifier of a customer profile.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCalculatedAttributesForProfileRequest.Builder nextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributesForProfile.
nextToken - The pagination token from the previous call to ListCalculatedAttributesForProfile.ListCalculatedAttributesForProfileRequest.Builder maxResults(Integer maxResults)
The maximum number of calculated attributes returned per page.
maxResults - The maximum number of calculated attributes returned per page.ListCalculatedAttributesForProfileRequest.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.ListCalculatedAttributesForProfileRequest.Builder profileId(String profileId)
The unique identifier of a customer profile.
profileId - The unique identifier of a customer profile.ListCalculatedAttributesForProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCalculatedAttributesForProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.