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
  • 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

      protected Jsii$Proxy(SparkSubmitJobDriver.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SparkSubmitJobDriver.Builder.
  • Method Details

    • getEntryPoint

      public final TaskInput getEntryPoint()
      Description copied from interface: SparkSubmitJobDriver
      The entry point of job application.

      Length Constraints: Minimum length of 1. Maximum length of 256.

      Specified by:
      getEntryPoint in interface SparkSubmitJobDriver
    • getEntryPointArguments

      public final TaskInput getEntryPointArguments()
      Description copied from interface: SparkSubmitJobDriver
      The 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:
      getEntryPointArguments in interface SparkSubmitJobDriver
    • getSparkSubmitParameters

      public final String getSparkSubmitParameters()
      Description copied from interface: SparkSubmitJobDriver
      The 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:
      getSparkSubmitParameters in interface SparkSubmitJobDriver
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object