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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
commandTextThe 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.
 
 
-