Class CfnStep.HadoopJarStepConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnStep.HadoopJarStepConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStep.HadoopJarStepConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStep.HadoopJarStepConfigProperty
@Stability(Stable)
@Internal
public static final class CfnStep.HadoopJarStepConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStep.HadoopJarStepConfigProperty
An implementation for
CfnStep.HadoopJarStepConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnStep.HadoopJarStepConfigProperty
CfnStep.HadoopJarStepConfigProperty.Builder, CfnStep.HadoopJarStepConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStep.HadoopJarStepConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
getArgs()
A list of command line arguments passed to the JAR file's main function when executed.final String
getJar()
A path to a JAR file run during the step.final String
The name of the main class in the specified Java file.final Object
A list of Java properties that are set when the step runs.final int
hashCode()
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 theCfnStep.HadoopJarStepConfigProperty.Builder
.
-
-
Method Details
-
getJar
Description copied from interface:CfnStep.HadoopJarStepConfigProperty
A path to a JAR file run during the step.- Specified by:
getJar
in interfaceCfnStep.HadoopJarStepConfigProperty
- See Also:
-
getArgs
Description copied from interface:CfnStep.HadoopJarStepConfigProperty
A list of command line arguments passed to the JAR file's main function when executed.- Specified by:
getArgs
in interfaceCfnStep.HadoopJarStepConfigProperty
- See Also:
-
getMainClass
Description copied from interface:CfnStep.HadoopJarStepConfigProperty
The 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:
getMainClass
in interfaceCfnStep.HadoopJarStepConfigProperty
- See Also:
-
getStepProperties
Description copied from interface:CfnStep.HadoopJarStepConfigProperty
A 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:
getStepProperties
in interfaceCfnStep.HadoopJarStepConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-