@Stability(value=Experimental) public static final class EmrAddStepProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrAddStepProps
EmrAddStepPropssoftware.amazon.jsii.JsiiObject.InitializationModeEmrAddStepProps.Builder, EmrAddStepProps.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(Object o) |
ActionOnFailure |
getActionOnFailure()
The action to take when the cluster step fails.
|
List<String> |
getArgs()
A list of command line arguments passed to the JAR file's main function when executed.
|
String |
getClusterId()
The ClusterId to add the Step to.
|
String |
getComment() |
Duration |
getHeartbeat() |
String |
getInputPath() |
IntegrationPattern |
getIntegrationPattern() |
String |
getJar()
A path to a JAR file run during the step.
|
String |
getMainClass()
The name of the main class in the specified Java file.
|
String |
getName()
The name of the Step.
|
String |
getOutputPath() |
Map<String,String> |
getProperties()
A list of Java properties that are set when the step runs.
|
String |
getResultPath() |
Duration |
getTimeout() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getClusterId()
EmrAddStepPropsEXPERIMENTAL
getClusterId in interface EmrAddStepPropspublic String getJar()
EmrAddStepPropsEXPERIMENTAL
getJar in interface EmrAddStepPropshttps://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.htmlpublic String getName()
EmrAddStepPropsEXPERIMENTAL
getName in interface EmrAddStepPropshttps://docs.aws.amazon.com/emr/latest/APIReference/API_StepConfig.htmlpublic ActionOnFailure getActionOnFailure()
EmrAddStepPropsDefault: ActionOnFailure.CONTINUE
EXPERIMENTAL
getActionOnFailure in interface EmrAddStepPropshttps://docs.aws.amazon.com/emr/latest/APIReference/API_StepConfig.htmlpublic List<String> getArgs()
EmrAddStepPropsDefault: - No args
EXPERIMENTAL
getArgs in interface EmrAddStepPropshttps://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.htmlpublic String getMainClass()
EmrAddStepPropsIf not specified, the JAR file should specify a Main-Class in its manifest file.
Default: - No mainClass
EXPERIMENTAL
getMainClass in interface EmrAddStepPropshttps://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.htmlpublic Map<String,String> getProperties()
EmrAddStepPropsYou can use these properties to pass key value pairs to your main function.
Default: - No properties
EXPERIMENTAL
getProperties in interface EmrAddStepPropshttps://docs.aws.amazon.com/emr/latest/APIReference/API_HadoopJarStepConfig.htmlpublic String getComment()
getComment in interface TaskStateBasePropspublic Duration getHeartbeat()
getHeartbeat in interface TaskStateBasePropspublic String getInputPath()
getInputPath in interface TaskStateBasePropspublic IntegrationPattern getIntegrationPattern()
getIntegrationPattern in interface TaskStateBasePropspublic String getOutputPath()
getOutputPath in interface TaskStateBasePropspublic String getResultPath()
getResultPath in interface TaskStateBasePropspublic Duration getTimeout()
getTimeout in interface TaskStateBasePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.