Interface CreateCalculatedAttributeDefinitionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCalculatedAttributeDefinitionResponse.Builder,CreateCalculatedAttributeDefinitionResponse>,CustomerProfilesResponse.Builder,SdkBuilder<CreateCalculatedAttributeDefinitionResponse.Builder,CreateCalculatedAttributeDefinitionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateCalculatedAttributeDefinitionResponse
public static interface CreateCalculatedAttributeDefinitionResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<CreateCalculatedAttributeDefinitionResponse.Builder,CreateCalculatedAttributeDefinitionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateCalculatedAttributeDefinitionResponse.BuilderattributeDetails(Consumer<AttributeDetails.Builder> attributeDetails)Mathematical expression and a list of attribute items specified in that expression.CreateCalculatedAttributeDefinitionResponse.BuilderattributeDetails(AttributeDetails attributeDetails)Mathematical expression and a list of attribute items specified in that expression.CreateCalculatedAttributeDefinitionResponse.BuildercalculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.default CreateCalculatedAttributeDefinitionResponse.Builderconditions(Consumer<Conditions.Builder> conditions)The conditions including range, object count, and threshold for the calculated attribute.CreateCalculatedAttributeDefinitionResponse.Builderconditions(Conditions conditions)The conditions including range, object count, and threshold for the calculated attribute.CreateCalculatedAttributeDefinitionResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the calculated attribute definition was created.CreateCalculatedAttributeDefinitionResponse.Builderdescription(String description)The description of the calculated attribute.CreateCalculatedAttributeDefinitionResponse.BuilderdisplayName(String displayName)The display name of the calculated attribute.CreateCalculatedAttributeDefinitionResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the calculated attribute definition was most recently edited.CreateCalculatedAttributeDefinitionResponse.Builderstatistic(String statistic)The aggregation operation to perform for the calculated attribute.CreateCalculatedAttributeDefinitionResponse.Builderstatistic(Statistic statistic)The aggregation operation to perform for the calculated attribute.CreateCalculatedAttributeDefinitionResponse.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
calculatedAttributeName
CreateCalculatedAttributeDefinitionResponse.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
CreateCalculatedAttributeDefinitionResponse.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
CreateCalculatedAttributeDefinitionResponse.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
CreateCalculatedAttributeDefinitionResponse.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 CreateCalculatedAttributeDefinitionResponse.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
CreateCalculatedAttributeDefinitionResponse.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 CreateCalculatedAttributeDefinitionResponse.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)
-
statistic
CreateCalculatedAttributeDefinitionResponse.Builder statistic(String statistic)
The aggregation operation to perform for the calculated attribute.
-
statistic
CreateCalculatedAttributeDefinitionResponse.Builder statistic(Statistic statistic)
The aggregation operation to perform for the calculated attribute.
-
createdAt
CreateCalculatedAttributeDefinitionResponse.Builder createdAt(Instant createdAt)
The timestamp of when the calculated attribute definition was created.
- Parameters:
createdAt- The timestamp of when the calculated attribute definition was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
CreateCalculatedAttributeDefinitionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the calculated attribute definition was most recently edited.
- Parameters:
lastUpdatedAt- The timestamp of when the calculated attribute definition was most recently edited.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateCalculatedAttributeDefinitionResponse.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.
-
-