Interface CostCategoryInheritedValueDimension.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CostCategoryInheritedValueDimension.Builder,CostCategoryInheritedValueDimension>,SdkBuilder<CostCategoryInheritedValueDimension.Builder,CostCategoryInheritedValueDimension>,SdkPojo
- Enclosing class:
- CostCategoryInheritedValueDimension
public static interface CostCategoryInheritedValueDimension.Builder extends SdkPojo, CopyableBuilder<CostCategoryInheritedValueDimension.Builder,CostCategoryInheritedValueDimension>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostCategoryInheritedValueDimension.BuilderdimensionKey(String dimensionKey)The key to extract cost category values.CostCategoryInheritedValueDimension.BuilderdimensionName(String dimensionName)The name of the dimension that's used to group costs.CostCategoryInheritedValueDimension.BuilderdimensionName(CostCategoryInheritedValueDimensionName dimensionName)The name of the dimension that's used to group costs.-
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
-
dimensionName
CostCategoryInheritedValueDimension.Builder dimensionName(String dimensionName)
The name of the dimension that's used to group costs.
If you specify
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value is based on the value of the specified tag key.- Parameters:
dimensionName- The name of the dimension that's used to group costs.If you specify
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value is based on the value of the specified tag key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostCategoryInheritedValueDimensionName,CostCategoryInheritedValueDimensionName
-
dimensionName
CostCategoryInheritedValueDimension.Builder dimensionName(CostCategoryInheritedValueDimensionName dimensionName)
The name of the dimension that's used to group costs.
If you specify
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value is based on the value of the specified tag key.- Parameters:
dimensionName- The name of the dimension that's used to group costs.If you specify
LINKED_ACCOUNT_NAME, the cost category value is based on account name. If you specifyTAG, the cost category value is based on the value of the specified tag key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CostCategoryInheritedValueDimensionName,CostCategoryInheritedValueDimensionName
-
dimensionKey
CostCategoryInheritedValueDimension.Builder dimensionKey(String dimensionKey)
The key to extract cost category values.
- Parameters:
dimensionKey- The key to extract cost category values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-