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 dimension for which to group costs.
|
CostCategoryInheritedValueDimension.Builder |
dimensionName(String dimensionName)
The name of dimension for which to group costs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCostCategoryInheritedValueDimension.Builder dimensionName(String dimensionName)
The name of dimension for which to group costs.
If you specify LINKED_ACCOUNT_NAME, the cost category value will be based on account name. If
you specify TAG, the cost category value will be based on the value of the specified tag key.
dimensionName - The name of dimension for which to group costs.
If you specify LINKED_ACCOUNT_NAME, the cost category value will be based on account
name. If you specify TAG, the cost category value will be based on the value of the
specified tag key.
CostCategoryInheritedValueDimensionName,
CostCategoryInheritedValueDimensionNameCostCategoryInheritedValueDimension.Builder dimensionName(CostCategoryInheritedValueDimensionName dimensionName)
The name of dimension for which to group costs.
If you specify LINKED_ACCOUNT_NAME, the cost category value will be based on account name. If
you specify TAG, the cost category value will be based on the value of the specified tag key.
dimensionName - The name of dimension for which to group costs.
If you specify LINKED_ACCOUNT_NAME, the cost category value will be based on account
name. If you specify TAG, the cost category value will be 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 © 2021. All rights reserved.