Interface UpdateCostCategoryDefinitionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateCostCategoryDefinitionResponse.Builder,UpdateCostCategoryDefinitionResponse>,CostExplorerResponse.Builder,SdkBuilder<UpdateCostCategoryDefinitionResponse.Builder,UpdateCostCategoryDefinitionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateCostCategoryDefinitionResponse
public static interface UpdateCostCategoryDefinitionResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<UpdateCostCategoryDefinitionResponse.Builder,UpdateCostCategoryDefinitionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCostCategoryDefinitionResponse.BuildercostCategoryArn(String costCategoryArn)The unique identifier for your Cost Category.UpdateCostCategoryDefinitionResponse.BuildereffectiveStart(String effectiveStart)The Cost Category's effective start date.-
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
UpdateCostCategoryDefinitionResponse.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.
-
effectiveStart
UpdateCostCategoryDefinitionResponse.Builder effectiveStart(String effectiveStart)
The Cost Category's effective start date. It can only be a billing start date (first day of the month).
- Parameters:
effectiveStart- The Cost Category's effective start date. It can only be a billing start date (first day of the month).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-