Interface CostAllocationTagStatusEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CostAllocationTagStatusEntry.Builder,CostAllocationTagStatusEntry>,SdkBuilder<CostAllocationTagStatusEntry.Builder,CostAllocationTagStatusEntry>,SdkPojo
- Enclosing class:
- CostAllocationTagStatusEntry
public static interface CostAllocationTagStatusEntry.Builder extends SdkPojo, CopyableBuilder<CostAllocationTagStatusEntry.Builder,CostAllocationTagStatusEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostAllocationTagStatusEntry.Builderstatus(String status)The status of a cost allocation tag.CostAllocationTagStatusEntry.Builderstatus(CostAllocationTagStatus status)The status of a cost allocation tag.CostAllocationTagStatusEntry.BuildertagKey(String tagKey)The key for the cost allocation tag.-
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
-
tagKey
CostAllocationTagStatusEntry.Builder tagKey(String tagKey)
The key for the cost allocation tag.
- Parameters:
tagKey- The key for the cost allocation tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CostAllocationTagStatusEntry.Builder status(String status)
The status of a cost allocation tag.
- Parameters:
status- The status of a cost allocation tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostAllocationTagStatus,CostAllocationTagStatus
-
status
CostAllocationTagStatusEntry.Builder status(CostAllocationTagStatus status)
The status of a cost allocation tag.
- Parameters:
status- The status of a cost allocation tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostAllocationTagStatus,CostAllocationTagStatus
-
-