Interface CustomActionDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomActionDefinition.Builder,CustomActionDefinition>,SdkBuilder<CustomActionDefinition.Builder,CustomActionDefinition>,SdkPojo
- Enclosing class:
- CustomActionDefinition
public static interface CustomActionDefinition.Builder extends SdkPojo, CopyableBuilder<CustomActionDefinition.Builder,CustomActionDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomActionDefinition.BuildercommandText(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 Detail
-
commandText
CustomActionDefinition.Builder commandText(String 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.
-
-