Interface VariableValue.Builder

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

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

    • rawValue

      VariableValue.Builder rawValue(String rawValue)

      Raw value of the variable.

      Parameters:
      rawValue - Raw value of the variable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.