Interface Dimension.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Dimension.Builder,Dimension>, SdkBuilder<Dimension.Builder,Dimension>, SdkPojo
Enclosing class:
Dimension

public static interface Dimension.Builder extends SdkPojo, CopyableBuilder<Dimension.Builder,Dimension>
  • Method Details

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