Interface SetVariableAction.Builder

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

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

    • variableName

      SetVariableAction.Builder variableName(String variableName)

      The name of the variable.

      Parameters:
      variableName - The name of the variable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The new value of the variable.

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