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 Details

    • 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.

      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 specify TAG, 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:
    • 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.

      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 specify TAG, 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:
    • 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.