Interface DeleteCostCategoryDefinitionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteCostCategoryDefinitionResponse.Builder,DeleteCostCategoryDefinitionResponse>,CostExplorerResponse.Builder,SdkBuilder<DeleteCostCategoryDefinitionResponse.Builder,DeleteCostCategoryDefinitionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteCostCategoryDefinitionResponse
public static interface DeleteCostCategoryDefinitionResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<DeleteCostCategoryDefinitionResponse.Builder,DeleteCostCategoryDefinitionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCostCategoryDefinitionResponse.BuildercostCategoryArn(String costCategoryArn)The unique identifier for your Cost Category.DeleteCostCategoryDefinitionResponse.BuildereffectiveEnd(String effectiveEnd)The effective end date of the Cost Category as a result of deleting it.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
costCategoryArn
DeleteCostCategoryDefinitionResponse.Builder costCategoryArn(String costCategoryArn)
The unique identifier for your Cost Category.
- Parameters:
costCategoryArn- The unique identifier for your Cost Category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effectiveEnd
DeleteCostCategoryDefinitionResponse.Builder effectiveEnd(String effectiveEnd)
The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.
- Parameters:
effectiveEnd- The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-