Interface CostCategoryInheritedValueDimension.Builder

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