Class SparkSubmitJobDriver.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.SparkSubmitJobDriver.Jsii$Proxy
- All Implemented Interfaces:
SparkSubmitJobDriver,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SparkSubmitJobDriver
@Stability(Stable)
@Internal
public static final class SparkSubmitJobDriver.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SparkSubmitJobDriver
An implementation for
SparkSubmitJobDriver-
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.SparkSubmitJobDriver
SparkSubmitJobDriver.Builder, SparkSubmitJobDriver.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SparkSubmitJobDriver.Builder builder) Constructor that initializes the object based on literal property values passed by theSparkSubmitJobDriver.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 TaskInputThe entry point of job application.final TaskInputThe arguments for a job application in a task input object containing an array of strings.final StringThe Spark submit parameters that are used for job 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 theSparkSubmitJobDriver.Builder.
-
-
Method Details
-
getEntryPoint
Description copied from interface:SparkSubmitJobDriverThe entry point of job application.Length Constraints: Minimum length of 1. Maximum length of 256.
- Specified by:
getEntryPointin interfaceSparkSubmitJobDriver
-
getEntryPointArguments
Description copied from interface:SparkSubmitJobDriverThe arguments for a job application in a task input object containing an array of strings.Length Constraints: Minimum length of 1. Maximum length of 10280.
Default: - No arguments defined
- Specified by:
getEntryPointArgumentsin interfaceSparkSubmitJobDriver
-
getSparkSubmitParameters
Description copied from interface:SparkSubmitJobDriverThe Spark submit parameters that are used for job runs.Length Constraints: Minimum length of 1. Maximum length of 102400.
Default: - No spark submit parameters
- Specified by:
getSparkSubmitParametersin interfaceSparkSubmitJobDriver
-
$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()
-