Class EmrAddStepProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EmrAddStepProps.Jsii$Proxy
- All Implemented Interfaces:
EmrAddStepProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EmrAddStepProps
@Stability(Stable)
@Internal
public static final class EmrAddStepProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EmrAddStepProps
An implementation for
EmrAddStepProps-
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.stepfunctions.tasks.EmrAddStepProps
EmrAddStepProps.Builder, EmrAddStepProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EmrAddStepProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEmrAddStepProps.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 booleanfinal ActionOnFailureThe action to take when the cluster step fails.getArgs()A list of command line arguments passed to the JAR file's main function when executed.final StringThe ClusterId to add the Step to.final Stringfinal software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal StringgetJar()A path to a JAR file run during the step.final StringThe name of the main class in the specified Java file.final StringgetName()The name of the Step.final StringA list of Java properties that are set when the step runs.final Stringfinal software.amazon.awscdk.core.Durationfinal 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 theEmrAddStepProps.Builder.
-
-
Method Details
-
getClusterId
Description copied from interface:EmrAddStepPropsThe ClusterId to add the Step to.- Specified by:
getClusterIdin interfaceEmrAddStepProps
-
getJar
Description copied from interface:EmrAddStepPropsA path to a JAR file run during the step.- Specified by:
getJarin interfaceEmrAddStepProps- See Also:
-
getName
Description copied from interface:EmrAddStepPropsThe name of the Step.- Specified by:
getNamein interfaceEmrAddStepProps- See Also:
-
getActionOnFailure
Description copied from interface:EmrAddStepPropsThe action to take when the cluster step fails.Default: ActionOnFailure.CONTINUE
- Specified by:
getActionOnFailurein interfaceEmrAddStepProps- See Also:
-
getArgs
Description copied from interface:EmrAddStepPropsA list of command line arguments passed to the JAR file's main function when executed.Default: - No args
- Specified by:
getArgsin interfaceEmrAddStepProps- See Also:
-
getMainClass
Description copied from interface:EmrAddStepPropsThe 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.
Default: - No mainClass
- Specified by:
getMainClassin interfaceEmrAddStepProps- See Also:
-
getProperties
Description copied from interface:EmrAddStepPropsA 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.
Default: - No properties
- Specified by:
getPropertiesin interfaceEmrAddStepProps- See Also:
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$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()
-