Interface GetCalculatedAttributeDefinitionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetCalculatedAttributeDefinitionResponse.Builder,
,GetCalculatedAttributeDefinitionResponse> CustomerProfilesResponse.Builder
,SdkBuilder<GetCalculatedAttributeDefinitionResponse.Builder,
,GetCalculatedAttributeDefinitionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCalculatedAttributeDefinitionResponse
-
Method Summary
Modifier and TypeMethodDescriptionattributeDetails
(Consumer<AttributeDetails.Builder> attributeDetails) Mathematical expression and a list of attribute items specified in that expression.attributeDetails
(AttributeDetails attributeDetails) Mathematical expression and a list of attribute items specified in that expression.calculatedAttributeName
(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.The timestamp of when the calculated attribute definition was created.description
(String description) The description of the calculated attribute.displayName
(String displayName) The display name of the calculated attribute.filter
(Consumer<Filter.Builder> filter) The filter assigned to this calculated attribute definition.The filter assigned to this calculated attribute definition.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of when the calculated attribute definition was most recently edited.readiness
(Consumer<Readiness.Builder> readiness) Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.The aggregation operation to perform for the calculated attribute.The aggregation operation to perform for the calculated attribute.Status of the Calculated Attribute creation (whether all historical data has been indexed).status
(ReadinessStatus status) Status of the Calculated Attribute creation (whether all historical data has been indexed).The tags used to organize, track, or control access for this resource.useHistoricalData
(Boolean useHistoricalData) Whether historical data ingested before the Calculated Attribute was created should be included in calculations.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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.
-
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
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
The aggregation operation to perform for the calculated attribute.
- Parameters:
statistic
- The aggregation operation to perform for the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statistic
The aggregation operation to perform for the calculated attribute.
- Parameters:
statistic
- The aggregation operation to perform for the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filter
The filter assigned to this calculated attribute definition.
- Parameters:
filter
- The filter assigned to this calculated attribute definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
The filter assigned to this calculated attribute definition.
This is a convenience method that creates an instance of theFilter.Builder
avoiding the need to create one manually viaFilter.builder()
.When the
Consumer
completes,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:
-
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.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:
-
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.Builder
avoiding the need to create one manually viaAttributeDetails.builder()
.When the
Consumer
completes,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:
-
useHistoricalData
Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
- Parameters:
useHistoricalData
- Whether historical data ingested before the Calculated Attribute was created should be included in calculations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of the Calculated Attribute creation (whether all historical data has been indexed).
- Parameters:
status
- Status of the Calculated Attribute creation (whether all historical data has been indexed).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the Calculated Attribute creation (whether all historical data has been indexed).
- Parameters:
status
- Status of the Calculated Attribute creation (whether all historical data has been indexed).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
readiness
Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
- Parameters:
readiness
- Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readiness
default GetCalculatedAttributeDefinitionResponse.Builder readiness(Consumer<Readiness.Builder> readiness) Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
This is a convenience method that creates an instance of theReadiness.Builder
avoiding the need to create one manually viaReadiness.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreadiness(Readiness)
.- Parameters:
readiness
- a consumer that will call methods onReadiness.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-