@Stability(value=Stable) @Internal public static final class CfnStep.HadoopJarStepConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStep.HadoopJarStepConfigProperty
CfnStep.HadoopJarStepConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnStep.HadoopJarStepConfigProperty.Builder, CfnStep.HadoopJarStepConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnStep.HadoopJarStepConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStep.HadoopJarStepConfigProperty.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) |
List<String> |
getArgs()
A list of command line arguments passed to the JAR file's main function when executed.
|
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.
|
Object |
getStepProperties()
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, 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(CfnStep.HadoopJarStepConfigProperty.Builder builder)
CfnStep.HadoopJarStepConfigProperty.Builder.public final String getJar()
CfnStep.HadoopJarStepConfigPropertygetJar in interface CfnStep.HadoopJarStepConfigPropertypublic final List<String> getArgs()
CfnStep.HadoopJarStepConfigPropertygetArgs in interface CfnStep.HadoopJarStepConfigPropertypublic final String getMainClass()
CfnStep.HadoopJarStepConfigPropertyIf not specified, the JAR file should specify a Main-Class in its manifest file.
getMainClass in interface CfnStep.HadoopJarStepConfigPropertypublic final Object getStepProperties()
CfnStep.HadoopJarStepConfigPropertyYou can use these properties to pass key value pairs to your main function.
getStepProperties in interface CfnStep.HadoopJarStepConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.