Interface SetVariableAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SetVariableAction.Builder,
,SetVariableAction> SdkBuilder<SetVariableAction.Builder,
,SetVariableAction> SdkPojo
- Enclosing class:
SetVariableAction
@Mutable
@NotThreadSafe
public static interface SetVariableAction.Builder
extends SdkPojo, CopyableBuilder<SetVariableAction.Builder,SetVariableAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe new value of the variable.variableName
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-