Interface GetCalculatedAttributeForProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCalculatedAttributeForProfileRequest.Builder,GetCalculatedAttributeForProfileRequest>,CustomerProfilesRequest.Builder,SdkBuilder<GetCalculatedAttributeForProfileRequest.Builder,GetCalculatedAttributeForProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCalculatedAttributeForProfileRequest
public static interface GetCalculatedAttributeForProfileRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetCalculatedAttributeForProfileRequest.Builder,GetCalculatedAttributeForProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCalculatedAttributeForProfileRequest.BuildercalculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.GetCalculatedAttributeForProfileRequest.BuilderdomainName(String domainName)The unique name of the domain.GetCalculatedAttributeForProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCalculatedAttributeForProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCalculatedAttributeForProfileRequest.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
-
domainName
GetCalculatedAttributeForProfileRequest.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
GetCalculatedAttributeForProfileRequest.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.
-
calculatedAttributeName
GetCalculatedAttributeForProfileRequest.Builder calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
- Parameters:
calculatedAttributeName- The unique name of the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCalculatedAttributeForProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCalculatedAttributeForProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-