public static interface SetVariableAction.Builder extends SdkPojo, CopyableBuilder<SetVariableAction.Builder,SetVariableAction>
| Modifier and Type | Method and Description |
|---|---|
SetVariableAction.Builder |
value(String value)
The new value of the variable.
|
SetVariableAction.Builder |
variableName(String variableName)
The name of the variable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSetVariableAction.Builder variableName(String variableName)
The name of the variable.
variableName - The name of the variable.SetVariableAction.Builder value(String value)
The new value of the variable.
value - The new value of the variable.Copyright © 2022. All rights reserved.