Interface DimensionNameValue.Builder

  • Method Details

    • dimensionName

      DimensionNameValue.Builder dimensionName(String dimensionName)

      The name of the dimension.

      Parameters:
      dimensionName - The name of the dimension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dimensionValue

      DimensionNameValue.Builder dimensionValue(String dimensionValue)

      The value of the dimension.

      Parameters:
      dimensionValue - The value of the dimension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.