Interface BatchGetCalculatedAttributeForProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchGetCalculatedAttributeForProfileRequest.Builder,
,BatchGetCalculatedAttributeForProfileRequest> CustomerProfilesRequest.Builder
,SdkBuilder<BatchGetCalculatedAttributeForProfileRequest.Builder,
,BatchGetCalculatedAttributeForProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchGetCalculatedAttributeForProfileRequest
@Mutable
@NotThreadSafe
public static interface BatchGetCalculatedAttributeForProfileRequest.Builder
extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCalculatedAttributeForProfileRequest.Builder,BatchGetCalculatedAttributeForProfileRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncalculatedAttributeName
(String calculatedAttributeName) The unique name of the calculated attribute.conditionOverrides
(Consumer<ConditionOverrides.Builder> conditionOverrides) Overrides the condition block within the original calculated attribute definition.conditionOverrides
(ConditionOverrides conditionOverrides) Overrides the condition block within the original calculated attribute definition.domainName
(String domainName) The unique name of the domain.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.profileIds
(String... profileIds) List of unique identifiers for customer profiles to retrieve.profileIds
(Collection<String> profileIds) List of unique identifiers for customer profiles to retrieve.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 Details
-
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
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
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
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.Builder
avoiding the need to create one manually viaConditionOverrides.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
BatchGetCalculatedAttributeForProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchGetCalculatedAttributeForProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-