Class CfnCluster.HadoopJarStepConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnCluster.HadoopJarStepConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.HadoopJarStepConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCluster.HadoopJarStepConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.HadoopJarStepConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.HadoopJarStepConfigProperty
An implementation for
CfnCluster.HadoopJarStepConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnCluster.HadoopJarStepConfigProperty
CfnCluster.HadoopJarStepConfigProperty.Builder, CfnCluster.HadoopJarStepConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.HadoopJarStepConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleangetArgs()A list of command line arguments passed to the JAR file's main function when executed.final StringgetJar()A path to a JAR file run during the step.final StringThe name of the main class in the specified Java file.final ObjectA list of Java properties that are set when the step runs.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.HadoopJarStepConfigProperty.Builder.
-
-
Method Details
-
getJar
Description copied from interface:CfnCluster.HadoopJarStepConfigPropertyA path to a JAR file run during the step.- Specified by:
getJarin interfaceCfnCluster.HadoopJarStepConfigProperty
-
getArgs
Description copied from interface:CfnCluster.HadoopJarStepConfigPropertyA list of command line arguments passed to the JAR file's main function when executed.- Specified by:
getArgsin interfaceCfnCluster.HadoopJarStepConfigProperty
-
getMainClass
Description copied from interface:CfnCluster.HadoopJarStepConfigPropertyThe name of the main class in the specified Java file.If not specified, the JAR file should specify a Main-Class in its manifest file.
- Specified by:
getMainClassin interfaceCfnCluster.HadoopJarStepConfigProperty
-
getStepProperties
Description copied from interface:CfnCluster.HadoopJarStepConfigPropertyA list of Java properties that are set when the step runs.You can use these properties to pass key-value pairs to your main function.
- Specified by:
getStepPropertiesin interfaceCfnCluster.HadoopJarStepConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-