Interface CreateCalculatedAttributeDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateCalculatedAttributeDefinitionRequest.Builder,CreateCalculatedAttributeDefinitionRequest>,CustomerProfilesRequest.Builder,SdkBuilder<CreateCalculatedAttributeDefinitionRequest.Builder,CreateCalculatedAttributeDefinitionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateCalculatedAttributeDefinitionRequest
public static interface CreateCalculatedAttributeDefinitionRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<CreateCalculatedAttributeDefinitionRequest.Builder,CreateCalculatedAttributeDefinitionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateCalculatedAttributeDefinitionRequest.BuilderattributeDetails(Consumer<AttributeDetails.Builder> attributeDetails)Mathematical expression and a list of attribute items specified in that expression.CreateCalculatedAttributeDefinitionRequest.BuilderattributeDetails(AttributeDetails attributeDetails)Mathematical expression and a list of attribute items specified in that expression.CreateCalculatedAttributeDefinitionRequest.BuildercalculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.default CreateCalculatedAttributeDefinitionRequest.Builderconditions(Consumer<Conditions.Builder> conditions)The conditions including range, object count, and threshold for the calculated attribute.CreateCalculatedAttributeDefinitionRequest.Builderconditions(Conditions conditions)The conditions including range, object count, and threshold for the calculated attribute.CreateCalculatedAttributeDefinitionRequest.Builderdescription(String description)The description of the calculated attribute.CreateCalculatedAttributeDefinitionRequest.BuilderdisplayName(String displayName)The display name of the calculated attribute.CreateCalculatedAttributeDefinitionRequest.BuilderdomainName(String domainName)The unique name of the domain.default CreateCalculatedAttributeDefinitionRequest.Builderfilter(Consumer<Filter.Builder> filter)Defines how to filter incoming objects to include part of the Calculated Attribute.CreateCalculatedAttributeDefinitionRequest.Builderfilter(Filter filter)Defines how to filter incoming objects to include part of the Calculated Attribute.CreateCalculatedAttributeDefinitionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateCalculatedAttributeDefinitionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateCalculatedAttributeDefinitionRequest.Builderstatistic(String statistic)The aggregation operation to perform for the calculated attribute.CreateCalculatedAttributeDefinitionRequest.Builderstatistic(Statistic statistic)The aggregation operation to perform for the calculated attribute.CreateCalculatedAttributeDefinitionRequest.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.-
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
-
domainName
CreateCalculatedAttributeDefinitionRequest.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.
-
calculatedAttributeName
CreateCalculatedAttributeDefinitionRequest.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
CreateCalculatedAttributeDefinitionRequest.Builder displayName(String 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
CreateCalculatedAttributeDefinitionRequest.Builder description(String 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.
-
attributeDetails
CreateCalculatedAttributeDefinitionRequest.Builder attributeDetails(AttributeDetails attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
- Parameters:
attributeDetails- Mathematical expression and a list of attribute items specified in that expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeDetails
default CreateCalculatedAttributeDefinitionRequest.Builder attributeDetails(Consumer<AttributeDetails.Builder> attributeDetails)
Mathematical expression and a list of attribute items specified in that expression.
This is a convenience method that creates an instance of theAttributeDetails.Builderavoiding the need to create one manually viaAttributeDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributeDetails(AttributeDetails).- Parameters:
attributeDetails- a consumer that will call methods onAttributeDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
attributeDetails(AttributeDetails)
-
conditions
CreateCalculatedAttributeDefinitionRequest.Builder conditions(Conditions 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 CreateCalculatedAttributeDefinitionRequest.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.Builderavoiding the need to create one manually viaConditions.builder().When the
Consumercompletes,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:
conditions(Conditions)
-
filter
CreateCalculatedAttributeDefinitionRequest.Builder filter(Filter filter)
Defines how to filter incoming objects to include part of the Calculated Attribute.
- Parameters:
filter- Defines how to filter incoming objects to include part of the Calculated Attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
default CreateCalculatedAttributeDefinitionRequest.Builder filter(Consumer<Filter.Builder> filter)
Defines how to filter incoming objects to include part of the Calculated Attribute.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(Filter).- Parameters:
filter- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(Filter)
-
statistic
CreateCalculatedAttributeDefinitionRequest.Builder statistic(String statistic)
The aggregation operation to perform for the calculated attribute.
-
statistic
CreateCalculatedAttributeDefinitionRequest.Builder statistic(Statistic statistic)
The aggregation operation to perform for the calculated attribute.
-
tags
CreateCalculatedAttributeDefinitionRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateCalculatedAttributeDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateCalculatedAttributeDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-