@Stability(value=Experimental) public static final class EmrCreateCluster.BootstrapActionConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<EmrCreateCluster.BootstrapActionConfigProperty>
EmrCreateCluster.BootstrapActionConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.BootstrapActionConfigProperty |
build()
Builds the configured instance.
|
EmrCreateCluster.BootstrapActionConfigProperty.Builder |
name(String name)
Sets the value of
EmrCreateCluster.BootstrapActionConfigProperty.getName() |
EmrCreateCluster.BootstrapActionConfigProperty.Builder |
scriptBootstrapAction(EmrCreateCluster.ScriptBootstrapActionConfigProperty scriptBootstrapAction)
|
@Stability(value=Experimental) public EmrCreateCluster.BootstrapActionConfigProperty.Builder name(String name)
EmrCreateCluster.BootstrapActionConfigProperty.getName()name - The name of the bootstrap action. This parameter is required.this@Stability(value=Experimental) public EmrCreateCluster.BootstrapActionConfigProperty.Builder scriptBootstrapAction(EmrCreateCluster.ScriptBootstrapActionConfigProperty scriptBootstrapAction)
scriptBootstrapAction - The script run by the bootstrap action. This parameter is required.this@Stability(value=Experimental) public EmrCreateCluster.BootstrapActionConfigProperty build()
build in interface software.amazon.jsii.Builder<EmrCreateCluster.BootstrapActionConfigProperty>EmrCreateCluster.BootstrapActionConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.