@Stability(value=Stable) public static final class CfnStepProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStepProps>
CfnStepProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStepProps.Builder |
actionOnFailure(String actionOnFailure)
Sets the value of
CfnStepProps.getActionOnFailure() |
CfnStepProps |
build()
Builds the configured instance.
|
CfnStepProps.Builder |
hadoopJarStep(CfnStep.HadoopJarStepConfigProperty hadoopJarStep)
Sets the value of
CfnStepProps.getHadoopJarStep() |
CfnStepProps.Builder |
hadoopJarStep(IResolvable hadoopJarStep)
Sets the value of
CfnStepProps.getHadoopJarStep() |
CfnStepProps.Builder |
jobFlowId(String jobFlowId)
Sets the value of
CfnStepProps.getJobFlowId() |
CfnStepProps.Builder |
name(String name)
Sets the value of
CfnStepProps.getName() |
@Stability(value=Stable) public CfnStepProps.Builder actionOnFailure(String actionOnFailure)
CfnStepProps.getActionOnFailure()actionOnFailure - `AWS::EMR::Step.ActionOnFailure`. This parameter is required.this@Stability(value=Stable) public CfnStepProps.Builder hadoopJarStep(CfnStep.HadoopJarStepConfigProperty hadoopJarStep)
CfnStepProps.getHadoopJarStep()hadoopJarStep - `AWS::EMR::Step.HadoopJarStep`. This parameter is required.this@Stability(value=Stable) public CfnStepProps.Builder hadoopJarStep(IResolvable hadoopJarStep)
CfnStepProps.getHadoopJarStep()hadoopJarStep - `AWS::EMR::Step.HadoopJarStep`. This parameter is required.this@Stability(value=Stable) public CfnStepProps.Builder jobFlowId(String jobFlowId)
CfnStepProps.getJobFlowId()jobFlowId - `AWS::EMR::Step.JobFlowId`. This parameter is required.this@Stability(value=Stable) public CfnStepProps.Builder name(String name)
CfnStepProps.getName()name - `AWS::EMR::Step.Name`. This parameter is required.this@Stability(value=Stable) public CfnStepProps build()
build in interface software.amazon.jsii.Builder<CfnStepProps>CfnStepPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.