Class S3DataSource.Jsii$Proxy

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

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

    • getS3Location

      public final S3Location getS3Location()
      Description copied from interface: S3DataSource
      S3 Uri.
      Specified by:
      getS3Location in interface S3DataSource
    • getAttributeNames

      public final List<String> getAttributeNames()
      Description copied from interface: S3DataSource
      List of one or more attribute names to use that are found in a specified augmented manifest file.

      Default: - No attribute names

      Specified by:
      getAttributeNames in interface S3DataSource
    • getS3DataDistributionType

      public final S3DataDistributionType getS3DataDistributionType()
      Description copied from interface: S3DataSource
      S3 Data Distribution Type.

      Default: - None

      Specified by:
      getS3DataDistributionType in interface S3DataSource
    • getS3DataType

      public final S3DataType getS3DataType()
      Description copied from interface: S3DataSource
      S3 Data Type.

      Default: S3_PREFIX

      Specified by:
      getS3DataType in interface S3DataSource
    • $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