Interface BatchGetCalculatedAttributeForProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetCalculatedAttributeForProfileRequest.Builder,BatchGetCalculatedAttributeForProfileRequest>,CustomerProfilesRequest.Builder,SdkBuilder<BatchGetCalculatedAttributeForProfileRequest.Builder,BatchGetCalculatedAttributeForProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetCalculatedAttributeForProfileRequest
public static interface BatchGetCalculatedAttributeForProfileRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCalculatedAttributeForProfileRequest.Builder,BatchGetCalculatedAttributeForProfileRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
calculatedAttributeName
BatchGetCalculatedAttributeForProfileRequest.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.
-
domainName
BatchGetCalculatedAttributeForProfileRequest.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.
-
profileIds
BatchGetCalculatedAttributeForProfileRequest.Builder profileIds(Collection<String> profileIds)
List of unique identifiers for customer profiles to retrieve.
- Parameters:
profileIds- List of unique identifiers for customer profiles to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileIds
BatchGetCalculatedAttributeForProfileRequest.Builder profileIds(String... profileIds)
List of unique identifiers for customer profiles to retrieve.
- Parameters:
profileIds- List of unique identifiers for customer profiles to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionOverrides
BatchGetCalculatedAttributeForProfileRequest.Builder conditionOverrides(ConditionOverrides conditionOverrides)
Overrides the condition block within the original calculated attribute definition.
- Parameters:
conditionOverrides- Overrides the condition block within the original calculated attribute definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionOverrides
default BatchGetCalculatedAttributeForProfileRequest.Builder conditionOverrides(Consumer<ConditionOverrides.Builder> conditionOverrides)
Overrides the condition block within the original calculated attribute definition.
This is a convenience method that creates an instance of theConditionOverrides.Builderavoiding the need to create one manually viaConditionOverrides.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconditionOverrides(ConditionOverrides).- Parameters:
conditionOverrides- a consumer that will call methods onConditionOverrides.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
conditionOverrides(ConditionOverrides)
-
overrideConfiguration
BatchGetCalculatedAttributeForProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetCalculatedAttributeForProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-