Interface UpdateCalculatedAttributeDefinitionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateCalculatedAttributeDefinitionResponse.Builder,UpdateCalculatedAttributeDefinitionResponse>,CustomerProfilesResponse.Builder,SdkBuilder<UpdateCalculatedAttributeDefinitionResponse.Builder,UpdateCalculatedAttributeDefinitionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateCalculatedAttributeDefinitionResponse
public static interface UpdateCalculatedAttributeDefinitionResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<UpdateCalculatedAttributeDefinitionResponse.Builder,UpdateCalculatedAttributeDefinitionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateCalculatedAttributeDefinitionResponse.BuilderattributeDetails(Consumer<AttributeDetails.Builder> attributeDetails)The mathematical expression and a list of attribute items specified in that expression.UpdateCalculatedAttributeDefinitionResponse.BuilderattributeDetails(AttributeDetails attributeDetails)The mathematical expression and a list of attribute items specified in that expression.UpdateCalculatedAttributeDefinitionResponse.BuildercalculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.default UpdateCalculatedAttributeDefinitionResponse.Builderconditions(Consumer<Conditions.Builder> conditions)The conditions including range, object count, and threshold for the calculated attribute.UpdateCalculatedAttributeDefinitionResponse.Builderconditions(Conditions conditions)The conditions including range, object count, and threshold for the calculated attribute.UpdateCalculatedAttributeDefinitionResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the calculated attribute definition was created.UpdateCalculatedAttributeDefinitionResponse.Builderdescription(String description)The description of the calculated attribute.UpdateCalculatedAttributeDefinitionResponse.BuilderdisplayName(String displayName)The display name of the calculated attribute.UpdateCalculatedAttributeDefinitionResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the calculated attribute definition was most recently edited.UpdateCalculatedAttributeDefinitionResponse.Builderstatistic(String statistic)The aggregation operation to perform for the calculated attribute.UpdateCalculatedAttributeDefinitionResponse.Builderstatistic(Statistic statistic)The aggregation operation to perform for the calculated attribute.UpdateCalculatedAttributeDefinitionResponse.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
UpdateCalculatedAttributeDefinitionResponse.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
UpdateCalculatedAttributeDefinitionResponse.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
UpdateCalculatedAttributeDefinitionResponse.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.
-
createdAt
UpdateCalculatedAttributeDefinitionResponse.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
UpdateCalculatedAttributeDefinitionResponse.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.
-
statistic
UpdateCalculatedAttributeDefinitionResponse.Builder statistic(String statistic)
The aggregation operation to perform for the calculated attribute.
-
statistic
UpdateCalculatedAttributeDefinitionResponse.Builder statistic(Statistic statistic)
The aggregation operation to perform for the calculated attribute.
-
conditions
UpdateCalculatedAttributeDefinitionResponse.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 UpdateCalculatedAttributeDefinitionResponse.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)
-
attributeDetails
UpdateCalculatedAttributeDefinitionResponse.Builder attributeDetails(AttributeDetails attributeDetails)
The mathematical expression and a list of attribute items specified in that expression.
- Parameters:
attributeDetails- The 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 UpdateCalculatedAttributeDefinitionResponse.Builder attributeDetails(Consumer<AttributeDetails.Builder> attributeDetails)
The 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)
-
tags
UpdateCalculatedAttributeDefinitionResponse.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.
-
-