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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetVariableAction.Buildervalue(String value)The new value of the variable.SetVariableAction.BuildervariableName(String variableName)The name of the variable.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
SetVariableAction.Builder value(String 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.
-
-