Interface UpdateCalculatedAttributeDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateCalculatedAttributeDefinitionRequest.Builder,
,UpdateCalculatedAttributeDefinitionRequest> CustomerProfilesRequest.Builder
,SdkBuilder<UpdateCalculatedAttributeDefinitionRequest.Builder,
,UpdateCalculatedAttributeDefinitionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateCalculatedAttributeDefinitionRequest
@Mutable
@NotThreadSafe
public static interface UpdateCalculatedAttributeDefinitionRequest.Builder
extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<UpdateCalculatedAttributeDefinitionRequest.Builder,UpdateCalculatedAttributeDefinitionRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncalculatedAttributeName
(String calculatedAttributeName) The unique name of the calculated attribute.conditions
(Consumer<Conditions.Builder> conditions) The conditions including range, object count, and threshold for the calculated attribute.conditions
(Conditions conditions) The conditions including range, object count, and threshold for the calculated attribute.description
(String description) The description of the calculated attribute.displayName
(String displayName) The display name of the calculated attribute.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.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
-
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.
-
calculatedAttributeName
UpdateCalculatedAttributeDefinitionRequest.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.
-
displayName
The display name of the calculated attribute.
- Parameters:
displayName
- The display name of the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the calculated attribute.
- Parameters:
description
- The description of the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditions
The conditions including range, object count, and threshold for the calculated attribute.
- Parameters:
conditions
- The conditions including range, object count, and threshold for the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditions
default UpdateCalculatedAttributeDefinitionRequest.Builder conditions(Consumer<Conditions.Builder> conditions) The conditions including range, object count, and threshold for the calculated attribute.
This is a convenience method that creates an instance of theConditions.Builder
avoiding the need to create one manually viaConditions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconditions(Conditions)
.- Parameters:
conditions
- a consumer that will call methods onConditions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateCalculatedAttributeDefinitionRequest.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
UpdateCalculatedAttributeDefinitionRequest.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.
-