Interface Dimension.Builder

    • Method Detail

      • name

        Dimension.Builder name​(String name)

        The name of the dimension. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:). ASCII control characters are not supported as part of dimension names.

        Parameters:
        name - The name of the dimension. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:). ASCII control characters are not supported as part of dimension names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Dimension.Builder value​(String value)

        The value of the dimension. Dimension values must contain only ASCII characters and must include at least one non-whitespace character. ASCII control characters are not supported as part of dimension values.

        Parameters:
        value - The value of the dimension. Dimension values must contain only ASCII characters and must include at least one non-whitespace character. ASCII control characters are not supported as part of dimension values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.