Interface ListCalculatedAttributeDefinitionItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListCalculatedAttributeDefinitionItem.Builder,
,ListCalculatedAttributeDefinitionItem> SdkBuilder<ListCalculatedAttributeDefinitionItem.Builder,
,ListCalculatedAttributeDefinitionItem> SdkPojo
- Enclosing class:
ListCalculatedAttributeDefinitionItem
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.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
-
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.
-