public static interface ListCalculatedAttributeDefinitionItem.Builder extends SdkPojo, CopyableBuilder<ListCalculatedAttributeDefinitionItem.Builder,ListCalculatedAttributeDefinitionItem>
| Modifier and Type | Method and Description |
|---|---|
ListCalculatedAttributeDefinitionItem.Builder |
calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
ListCalculatedAttributeDefinitionItem.Builder |
createdAt(Instant createdAt)
The threshold for the calculated attribute.
|
ListCalculatedAttributeDefinitionItem.Builder |
description(String description)
The threshold for the calculated attribute.
|
ListCalculatedAttributeDefinitionItem.Builder |
displayName(String displayName)
The display name of the calculated attribute.
|
ListCalculatedAttributeDefinitionItem.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the calculated attribute definition was most recently edited.
|
ListCalculatedAttributeDefinitionItem.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListCalculatedAttributeDefinitionItem.Builder calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
calculatedAttributeName - The unique name of the calculated attribute.ListCalculatedAttributeDefinitionItem.Builder displayName(String displayName)
The display name of the calculated attribute.
displayName - The display name of the calculated attribute.ListCalculatedAttributeDefinitionItem.Builder description(String description)
The threshold for the calculated attribute.
description - The threshold for the calculated attribute.ListCalculatedAttributeDefinitionItem.Builder createdAt(Instant createdAt)
The threshold for the calculated attribute.
createdAt - The threshold for the calculated attribute.ListCalculatedAttributeDefinitionItem.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the calculated attribute definition was most recently edited.
lastUpdatedAt - The timestamp of when the calculated attribute definition was most recently edited.ListCalculatedAttributeDefinitionItem.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.Copyright © 2023. All rights reserved.