public static final class CfnStepProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStepProps
CfnStepProps
CfnStepProps.Builder, CfnStepProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getActionOnFailure()
This specifies what action to take when the cluster step fails.
|
java.lang.Object |
getHadoopJarStep()
The `HadoopJarStepConfig` property type specifies a job flow step consisting of a JAR file whose main function will be executed.
|
java.lang.String |
getJobFlowId()
A string that uniquely identifies the cluster (job flow).
|
java.lang.String |
getName()
The name of the cluster step.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getActionOnFailure()
CfnStepProps
Possible values are CANCEL_AND_WAIT
and CONTINUE
.
getActionOnFailure
in interface CfnStepProps
public final java.lang.Object getHadoopJarStep()
CfnStepProps
The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
getHadoopJarStep
in interface CfnStepProps
public final java.lang.String getJobFlowId()
CfnStepProps
getJobFlowId
in interface CfnStepProps
public final java.lang.String getName()
CfnStepProps
getName
in interface CfnStepProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()