@Stability(value=Experimental) public static final class EmrCreateCluster.ScriptBootstrapActionConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<EmrCreateCluster.ScriptBootstrapActionConfigProperty>
EmrCreateCluster.ScriptBootstrapActionConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.ScriptBootstrapActionConfigProperty.Builder |
args(List<String> args)
Sets the value of
EmrCreateCluster.ScriptBootstrapActionConfigProperty.getArgs() |
EmrCreateCluster.ScriptBootstrapActionConfigProperty |
build()
Builds the configured instance.
|
EmrCreateCluster.ScriptBootstrapActionConfigProperty.Builder |
path(String path)
Sets the value of
EmrCreateCluster.ScriptBootstrapActionConfigProperty.getPath() |
@Stability(value=Experimental) public EmrCreateCluster.ScriptBootstrapActionConfigProperty.Builder path(String path)
EmrCreateCluster.ScriptBootstrapActionConfigProperty.getPath()path - Location of the script to run during a bootstrap action. This parameter is required.
Can be either a location in Amazon S3 or on a local file system.this@Stability(value=Experimental) public EmrCreateCluster.ScriptBootstrapActionConfigProperty.Builder args(List<String> args)
EmrCreateCluster.ScriptBootstrapActionConfigProperty.getArgs()args - A list of command line arguments to pass to the bootstrap action script.this@Stability(value=Experimental) public EmrCreateCluster.ScriptBootstrapActionConfigProperty build()
build in interface software.amazon.jsii.Builder<EmrCreateCluster.ScriptBootstrapActionConfigProperty>EmrCreateCluster.ScriptBootstrapActionConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.