@Stability(value=Stable) @Internal 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(EmrAddStepProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EmrAddStepProps.Builder. |
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() |
Map<String,Object> |
getResultSelector() |
Duration |
getTimeout() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(EmrAddStepProps.Builder builder)
EmrAddStepProps.Builder.public final String getClusterId()
EmrAddStepPropsgetClusterId in interface EmrAddStepPropspublic final String getJar()
EmrAddStepPropsgetJar in interface EmrAddStepPropspublic final String getName()
EmrAddStepPropsgetName in interface EmrAddStepPropspublic final ActionOnFailure getActionOnFailure()
EmrAddStepPropsDefault: ActionOnFailure.CONTINUE
getActionOnFailure in interface EmrAddStepPropspublic final List<String> getArgs()
EmrAddStepPropsDefault: - No args
getArgs in interface EmrAddStepPropspublic final String getMainClass()
EmrAddStepPropsIf not specified, the JAR file should specify a Main-Class in its manifest file.
Default: - No mainClass
getMainClass in interface EmrAddStepPropspublic final Map<String,String> getProperties()
EmrAddStepPropsYou can use these properties to pass key value pairs to your main function.
Default: - No properties
getProperties in interface EmrAddStepPropspublic final String getComment()
getComment in interface TaskStateBasePropspublic final Duration getHeartbeat()
getHeartbeat in interface TaskStateBasePropspublic final String getInputPath()
getInputPath in interface TaskStateBasePropspublic final IntegrationPattern getIntegrationPattern()
getIntegrationPattern in interface TaskStateBasePropspublic final String getOutputPath()
getOutputPath in interface TaskStateBasePropspublic final String getResultPath()
getResultPath in interface TaskStateBasePropspublic final Map<String,Object> getResultSelector()
getResultSelector in interface TaskStateBasePropspublic final Duration getTimeout()
getTimeout in interface TaskStateBaseProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.