| Package | Description |
|---|---|
| software.amazon.awscdk.services.emr |
Amazon EMR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnStep.Builder |
CfnStep.Builder.actionOnFailure(String actionOnFailure)
This specifies what action to take when the cluster step fails.
|
static CfnStep.Builder |
CfnStep.Builder.create(software.constructs.Construct scope,
String id) |
CfnStep.Builder |
CfnStep.Builder.hadoopJarStep(CfnStep.HadoopJarStepConfigProperty hadoopJarStep)
The `HadoopJarStepConfig` property type specifies a job flow step consisting of a JAR file whose main function will be executed.
|
CfnStep.Builder |
CfnStep.Builder.hadoopJarStep(IResolvable hadoopJarStep)
The `HadoopJarStepConfig` property type specifies a job flow step consisting of a JAR file whose main function will be executed.
|
CfnStep.Builder |
CfnStep.Builder.jobFlowId(String jobFlowId)
A string that uniquely identifies the cluster (job flow).
|
CfnStep.Builder |
CfnStep.Builder.name(String name)
The name of the cluster step.
|
Copyright © 2022. All rights reserved.