Class TransformInput.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.TransformInput.Jsii$Proxy
All Implemented Interfaces:
TransformInput, software.amazon.jsii.JsiiSerializable
Enclosing interface:
TransformInput

@Stability(Stable) @Internal public static final class TransformInput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransformInput
An implementation for TransformInput
  • 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(TransformInput.Builder builder)
      Constructor that initializes the object based on literal property values passed by the TransformInput.Builder.
  • Method Details

    • getTransformDataSource

      public final TransformDataSource getTransformDataSource()
      Description copied from interface: TransformInput
      S3 location of the channel data.
      Specified by:
      getTransformDataSource in interface TransformInput
    • getCompressionType

      public final CompressionType getCompressionType()
      Description copied from interface: TransformInput
      The compression type of the transform data.

      Default: NONE

      Specified by:
      getCompressionType in interface TransformInput
    • getContentType

      public final String getContentType()
      Description copied from interface: TransformInput
      Multipurpose internet mail extension (MIME) type of the data.

      Default: - None

      Specified by:
      getContentType in interface TransformInput
    • getSplitType

      public final SplitType getSplitType()
      Description copied from interface: TransformInput
      Method to use to split the transform job's data files into smaller batches.

      Default: NONE

      Specified by:
      getSplitType in interface TransformInput
    • $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