Interface ListCalculatedAttributesForProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCalculatedAttributesForProfileRequest.Builder,ListCalculatedAttributesForProfileRequest>,CustomerProfilesRequest.Builder,SdkBuilder<ListCalculatedAttributesForProfileRequest.Builder,ListCalculatedAttributesForProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCalculatedAttributesForProfileRequest
public static interface ListCalculatedAttributesForProfileRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListCalculatedAttributesForProfileRequest.Builder,ListCalculatedAttributesForProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCalculatedAttributesForProfileRequest.BuilderdomainName(String domainName)The unique name of the domain.ListCalculatedAttributesForProfileRequest.BuildermaxResults(Integer maxResults)The maximum number of calculated attributes returned per page.ListCalculatedAttributesForProfileRequest.BuildernextToken(String nextToken)The pagination token from the previous call to ListCalculatedAttributesForProfile.ListCalculatedAttributesForProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCalculatedAttributesForProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCalculatedAttributesForProfileRequest.BuilderprofileId(String profileId)The unique identifier of a customer profile.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListCalculatedAttributesForProfileRequest.Builder nextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributesForProfile.
- Parameters:
nextToken- The pagination token from the previous call to ListCalculatedAttributesForProfile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCalculatedAttributesForProfileRequest.Builder maxResults(Integer maxResults)
The maximum number of calculated attributes returned per page.
- Parameters:
maxResults- The maximum number of calculated attributes returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
ListCalculatedAttributesForProfileRequest.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
ListCalculatedAttributesForProfileRequest.Builder profileId(String profileId)
The unique identifier of a customer profile.
- Parameters:
profileId- The unique identifier of a customer profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCalculatedAttributesForProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCalculatedAttributesForProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-