Class CfnClusterPropsMixin.HadoopJarStepConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnClusterPropsMixin.HadoopJarStepConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.HadoopJarStepConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.HadoopJarStepConfigProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.HadoopJarStepConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.HadoopJarStepConfigProperty
An implementation for
CfnClusterPropsMixin.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.cfnpropertymixins.services.emr.CfnClusterPropsMixin.HadoopJarStepConfigProperty
CfnClusterPropsMixin.HadoopJarStepConfigProperty.Builder, CfnClusterPropsMixin.HadoopJarStepConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.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 theCfnClusterPropsMixin.HadoopJarStepConfigProperty.Builder.
-
-
Method Details
-
getArgs
Description copied from interface:CfnClusterPropsMixin.HadoopJarStepConfigPropertyA list of command line arguments passed to the JAR file's main function when executed.- Specified by:
getArgsin interfaceCfnClusterPropsMixin.HadoopJarStepConfigProperty- See Also:
-
getJar
Description copied from interface:CfnClusterPropsMixin.HadoopJarStepConfigPropertyA path to a JAR file run during the step.- Specified by:
getJarin interfaceCfnClusterPropsMixin.HadoopJarStepConfigProperty- See Also:
-
getMainClass
Description copied from interface:CfnClusterPropsMixin.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 interfaceCfnClusterPropsMixin.HadoopJarStepConfigProperty- See Also:
-
getStepProperties
Description copied from interface:CfnClusterPropsMixin.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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnClusterPropsMixin.KeyValueProperty>- Specified by:
getStepPropertiesin interfaceCfnClusterPropsMixin.HadoopJarStepConfigProperty- See Also:
-
$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()
-