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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCalculatedAttributeDefinitionItem.BuildercalculatedAttributeName(String calculatedAttributeName)The unique name of the calculated attribute.ListCalculatedAttributeDefinitionItem.BuildercreatedAt(Instant createdAt)The threshold for the calculated attribute.ListCalculatedAttributeDefinitionItem.Builderdescription(String description)The threshold for the calculated attribute.ListCalculatedAttributeDefinitionItem.BuilderdisplayName(String displayName)The display name of the calculated attribute.ListCalculatedAttributeDefinitionItem.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the calculated attribute definition was most recently edited.ListCalculatedAttributeDefinitionItem.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
ListCalculatedAttributeDefinitionItem.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
ListCalculatedAttributeDefinitionItem.Builder description(String 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
ListCalculatedAttributeDefinitionItem.Builder createdAt(Instant 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
ListCalculatedAttributeDefinitionItem.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.
-
tags
ListCalculatedAttributeDefinitionItem.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.
-
-