| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static CostAllocationTag.Builder |
CostAllocationTag.builder() |
CostAllocationTag.Builder |
CostAllocationTag.Builder.status(CostAllocationTagStatus status)
The status of a cost allocation tag.
|
CostAllocationTag.Builder |
CostAllocationTag.Builder.status(String status)
The status of a cost allocation tag.
|
CostAllocationTag.Builder |
CostAllocationTag.Builder.tagKey(String tagKey)
The key for the cost allocation tag.
|
CostAllocationTag.Builder |
CostAllocationTag.toBuilder() |
CostAllocationTag.Builder |
CostAllocationTag.Builder.type(CostAllocationTagType type)
The type of cost allocation tag.
|
CostAllocationTag.Builder |
CostAllocationTag.Builder.type(String type)
The type of cost allocation tag.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CostAllocationTag.Builder> |
CostAllocationTag.serializableBuilderClass() |
Copyright © 2022. All rights reserved.