Interface DimensionNameValue.Builder

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

public static interface DimensionNameValue.Builder extends SdkPojo, CopyableBuilder<DimensionNameValue.Builder,DimensionNameValue>
  • 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.