@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.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call AddStep.
|
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.
|
Map<String,String> |
getProperties()
A list of Java properties that are set when the step runs.
|
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: 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 ServiceIntegrationPattern getIntegrationPattern()
EmrAddStepPropsThe valid value is either FIRE_AND_FORGET or SYNC.
Default: SYNC
EXPERIMENTAL
getIntegrationPattern in interface EmrAddStepPropspublic 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 com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.