Interface DimensionValuesWithAttributes.Builder

    • Method Detail

      • value

        DimensionValuesWithAttributes.Builder value​(String value)

        The value of a dimension with a specific attribute.

        Parameters:
        value - The value of a dimension with a specific attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        DimensionValuesWithAttributes.Builder attributes​(Map<String,​String> attributes)

        The attribute that applies to a specific Dimension.

        Parameters:
        attributes - The attribute that applies to a specific Dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.