public static interface CostCategoryInheritedValueDimension.Builder extends SdkPojo, CopyableBuilder<CostCategoryInheritedValueDimension.Builder,CostCategoryInheritedValueDimension>
| Modifier and Type | Method and Description |
|---|---|
CostCategoryInheritedValueDimension.Builder |
dimensionKey(String dimensionKey)
The key to extract cost category values.
|
CostCategoryInheritedValueDimension.Builder |
dimensionName(CostCategoryInheritedValueDimensionName dimensionName)
The name of the dimension that's used to group costs.
|
CostCategoryInheritedValueDimension.Builder |
dimensionName(String dimensionName)
The name of the dimension that's used to group costs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCostCategoryInheritedValueDimension.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
specify TAG, the cost category value is based on the value of the specified tag key.
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 specify TAG, the cost category value is based on the value of the specified tag key.
CostCategoryInheritedValueDimensionName,
CostCategoryInheritedValueDimensionNameCostCategoryInheritedValueDimension.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
specify TAG, the cost category value is based on the value of the specified tag key.
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 specify TAG, the cost category value is based on the value of the specified tag key.
CostCategoryInheritedValueDimensionName,
CostCategoryInheritedValueDimensionNameCostCategoryInheritedValueDimension.Builder dimensionKey(String dimensionKey)
The key to extract cost category values.
dimensionKey - The key to extract cost category values.Copyright © 2022. All rights reserved.