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