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