public static final class CfnCluster.ScriptBootstrapActionConfigProperty.Builder
extends java.lang.Object
CfnCluster.ScriptBootstrapActionConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCluster.ScriptBootstrapActionConfigProperty.Builder |
args(java.util.List<java.lang.String> args)
Sets the value of
CfnCluster.ScriptBootstrapActionConfigProperty.getArgs() |
CfnCluster.ScriptBootstrapActionConfigProperty |
build()
Builds the configured instance.
|
CfnCluster.ScriptBootstrapActionConfigProperty.Builder |
path(java.lang.String path)
Sets the value of
CfnCluster.ScriptBootstrapActionConfigProperty.getPath() |
public CfnCluster.ScriptBootstrapActionConfigProperty.Builder path(java.lang.String path)
CfnCluster.ScriptBootstrapActionConfigProperty.getPath()
path
- Location in Amazon S3 of the script to run during a bootstrap action. This parameter is required.this
public CfnCluster.ScriptBootstrapActionConfigProperty.Builder args(java.util.List<java.lang.String> args)
CfnCluster.ScriptBootstrapActionConfigProperty.getArgs()
args
- A list of command line arguments to pass to the bootstrap action script.this
public CfnCluster.ScriptBootstrapActionConfigProperty build()
CfnCluster.ScriptBootstrapActionConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided