Interface ParameterValue.Builder

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

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

    • id

      The ID of the parameter value.

      Parameters:
      id - The ID of the parameter value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValue

      ParameterValue.Builder stringValue(String stringValue)

      The field value, expressed as a String.

      Parameters:
      stringValue - The field value, expressed as a String.
      Returns:
      Returns a reference to this object so that method calls can be chained together.