public static final class CfnCluster.HadoopJarStepConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.HadoopJarStepConfigProperty
CfnCluster.HadoopJarStepConfigProperty
CfnCluster.HadoopJarStepConfigProperty.Builder, CfnCluster.HadoopJarStepConfigProperty.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.util.List<java.lang.String> |
getArgs()
A list of command line arguments passed to the JAR file's main function when executed.
|
java.lang.String |
getJar()
A path to a JAR file run during the step.
|
java.lang.String |
getMainClass()
The name of the main class in the specified Java file.
|
java.lang.Object |
getStepProperties()
A list of Java properties that are set when the step runs.
|
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 getJar()
CfnCluster.HadoopJarStepConfigProperty
getJar
in interface CfnCluster.HadoopJarStepConfigProperty
public final java.util.List<java.lang.String> getArgs()
CfnCluster.HadoopJarStepConfigProperty
getArgs
in interface CfnCluster.HadoopJarStepConfigProperty
public final java.lang.String getMainClass()
CfnCluster.HadoopJarStepConfigProperty
If not specified, the JAR file should specify a Main-Class in its manifest file.
getMainClass
in interface CfnCluster.HadoopJarStepConfigProperty
public final java.lang.Object getStepProperties()
CfnCluster.HadoopJarStepConfigProperty
You can use these properties to pass key-value pairs to your main function.
getStepProperties
in interface CfnCluster.HadoopJarStepConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()