Interface CustomActionDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomActionDefinition.Builder,
,CustomActionDefinition> SdkBuilder<CustomActionDefinition.Builder,
,CustomActionDefinition> SdkPojo
- Enclosing class:
CustomActionDefinition
@Mutable
@NotThreadSafe
public static interface CustomActionDefinition.Builder
extends SdkPojo, CopyableBuilder<CustomActionDefinition.Builder,CustomActionDefinition>
-
Method Summary
Modifier and TypeMethodDescriptioncommandText
(String commandText) The command string to run which may include variables by prefixing with a dollar sign ($).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
-
commandText
The command string to run which may include variables by prefixing with a dollar sign ($).
- Parameters:
commandText
- The command string to run which may include variables by prefixing with a dollar sign ($).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-