Class CfnDatasetProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnDatasetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatasetProps
An implementation for CfnDatasetProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnDatasetProps

    CfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDatasetProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The file format of a dataset that is created from an Amazon S3 file or folder.
    final Object
    A set of options that define how DataBrew interprets the data in the dataset.
    final Object
    Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 .
    final String
    The unique name of the dataset.
    final Object
    A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
    final List<CfnTag>
    Metadata tags that have been applied to the dataset.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnDatasetProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDatasetProps.Builder.
  • Method Details

    • getInput

      public final Object getInput()
      Description copied from interface: CfnDatasetProps
      Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 .
      Specified by:
      getInput in interface CfnDatasetProps
    • getName

      public final String getName()
      Description copied from interface: CfnDatasetProps
      The unique name of the dataset.
      Specified by:
      getName in interface CfnDatasetProps
    • getFormat

      public final String getFormat()
      Description copied from interface: CfnDatasetProps
      The file format of a dataset that is created from an Amazon S3 file or folder.
      Specified by:
      getFormat in interface CfnDatasetProps
    • getFormatOptions

      public final Object getFormatOptions()
      Description copied from interface: CfnDatasetProps
      A set of options that define how DataBrew interprets the data in the dataset.
      Specified by:
      getFormatOptions in interface CfnDatasetProps
    • getPathOptions

      public final Object getPathOptions()
      Description copied from interface: CfnDatasetProps
      A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
      Specified by:
      getPathOptions in interface CfnDatasetProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnDatasetProps
      Metadata tags that have been applied to the dataset.
      Specified by:
      getTags in interface CfnDatasetProps
    • $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