Interface ListCalculatedAttributeDefinitionItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListCalculatedAttributeDefinitionItem.Builder,
,ListCalculatedAttributeDefinitionItem> SdkBuilder<ListCalculatedAttributeDefinitionItem.Builder,
,ListCalculatedAttributeDefinitionItem> SdkPojo
- Enclosing class:
ListCalculatedAttributeDefinitionItem
@Mutable
@NotThreadSafe
public static interface ListCalculatedAttributeDefinitionItem.Builder
extends SdkPojo, CopyableBuilder<ListCalculatedAttributeDefinitionItem.Builder,ListCalculatedAttributeDefinitionItem>
-
Method Summary
Modifier and TypeMethodDescriptioncalculatedAttributeName
(String calculatedAttributeName) The unique name of the calculated attribute.The threshold for the calculated attribute.description
(String description) The threshold for the calculated attribute.displayName
(String displayName) The display name of the calculated attribute.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of when the calculated attribute definition was most recently edited.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
calculatedAttributeName
ListCalculatedAttributeDefinitionItem.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 threshold for the calculated attribute.
- Parameters:
description
- The threshold for the calculated attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The threshold for the calculated attribute.
- Parameters:
createdAt
- The threshold for the calculated attribute.- 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.
-
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:
-
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.
-