public static interface CreateCostCategoryDefinitionResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<CreateCostCategoryDefinitionResponse.Builder,CreateCostCategoryDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCostCategoryDefinitionResponse.Builder |
costCategoryArn(String costCategoryArn)
The unique identifier for your newly created Cost Category.
|
CreateCostCategoryDefinitionResponse.Builder |
effectiveStart(String effectiveStart)
The Cost Category's effective start date.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCostCategoryDefinitionResponse.Builder costCategoryArn(String costCategoryArn)
The unique identifier for your newly created Cost Category.
costCategoryArn - The unique identifier for your newly created Cost Category.CreateCostCategoryDefinitionResponse.Builder effectiveStart(String effectiveStart)
The Cost Category's effective start date. It can only be a billing start date (first day of the month).
effectiveStart - The Cost Category's effective start date. It can only be a billing start date (first day of the
month).Copyright © 2023. All rights reserved.