@Stability(value=Stable) public static final class CfnCluster.StepConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.StepConfigProperty>
CfnCluster.StepConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.StepConfigProperty.Builder |
actionOnFailure(String actionOnFailure)
Sets the value of
CfnCluster.StepConfigProperty.getActionOnFailure() |
CfnCluster.StepConfigProperty |
build()
Builds the configured instance.
|
CfnCluster.StepConfigProperty.Builder |
hadoopJarStep(CfnCluster.HadoopJarStepConfigProperty hadoopJarStep)
Sets the value of
CfnCluster.StepConfigProperty.getHadoopJarStep() |
CfnCluster.StepConfigProperty.Builder |
hadoopJarStep(IResolvable hadoopJarStep)
Sets the value of
CfnCluster.StepConfigProperty.getHadoopJarStep() |
CfnCluster.StepConfigProperty.Builder |
name(String name)
Sets the value of
CfnCluster.StepConfigProperty.getName() |
@Stability(value=Stable) public CfnCluster.StepConfigProperty.Builder hadoopJarStep(CfnCluster.HadoopJarStepConfigProperty hadoopJarStep)
CfnCluster.StepConfigProperty.getHadoopJarStep()hadoopJarStep - The JAR file used for the step. This parameter is required.this@Stability(value=Stable) public CfnCluster.StepConfigProperty.Builder hadoopJarStep(IResolvable hadoopJarStep)
CfnCluster.StepConfigProperty.getHadoopJarStep()hadoopJarStep - The JAR file used for the step. This parameter is required.this@Stability(value=Stable) public CfnCluster.StepConfigProperty.Builder name(String name)
CfnCluster.StepConfigProperty.getName()name - The name of the step. This parameter is required.this@Stability(value=Stable) public CfnCluster.StepConfigProperty.Builder actionOnFailure(String actionOnFailure)
CfnCluster.StepConfigProperty.getActionOnFailure()actionOnFailure - The action to take when the cluster step fails.
Possible values are CANCEL_AND_WAIT and CONTINUE .this@Stability(value=Stable) public CfnCluster.StepConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.StepConfigProperty>CfnCluster.StepConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.