public static interface CostAllocationTag.Builder extends SdkPojo, CopyableBuilder<CostAllocationTag.Builder,CostAllocationTag>
| Modifier and Type | Method and Description |
|---|---|
CostAllocationTag.Builder |
status(CostAllocationTagStatus status)
The status of a cost allocation tag.
|
CostAllocationTag.Builder |
status(String status)
The status of a cost allocation tag.
|
CostAllocationTag.Builder |
tagKey(String tagKey)
The key for the cost allocation tag.
|
CostAllocationTag.Builder |
type(CostAllocationTagType type)
The type of cost allocation tag.
|
CostAllocationTag.Builder |
type(String type)
The type of cost allocation tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCostAllocationTag.Builder tagKey(String tagKey)
The key for the cost allocation tag.
tagKey - The key for the cost allocation tag.CostAllocationTag.Builder type(String type)
The type of cost allocation tag. You can use AWSGenerated or UserDefined type tags.
AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon
Web Services resources for cost allocation purposes. UserDefined type tags are tags that you
define, create, and apply to resources.
type - The type of cost allocation tag. You can use AWSGenerated or UserDefined
type tags. AWSGenerated type tags are tags that Amazon Web Services defines and applies
to support Amazon Web Services resources for cost allocation purposes. UserDefined type
tags are tags that you define, create, and apply to resources.CostAllocationTagType,
CostAllocationTagTypeCostAllocationTag.Builder type(CostAllocationTagType type)
The type of cost allocation tag. You can use AWSGenerated or UserDefined type tags.
AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon
Web Services resources for cost allocation purposes. UserDefined type tags are tags that you
define, create, and apply to resources.
type - The type of cost allocation tag. You can use AWSGenerated or UserDefined
type tags. AWSGenerated type tags are tags that Amazon Web Services defines and applies
to support Amazon Web Services resources for cost allocation purposes. UserDefined type
tags are tags that you define, create, and apply to resources.CostAllocationTagType,
CostAllocationTagTypeCostAllocationTag.Builder status(String status)
The status of a cost allocation tag.
status - The status of a cost allocation tag.CostAllocationTagStatus,
CostAllocationTagStatusCostAllocationTag.Builder status(CostAllocationTagStatus status)
The status of a cost allocation tag.
status - The status of a cost allocation tag.CostAllocationTagStatus,
CostAllocationTagStatusCopyright © 2023. All rights reserved.