public static final class CfnDatasetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatasetProps
CfnDatasetProps
CfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFormat()
The file format of a dataset that is created from an Amazon S3 file or folder.
|
java.lang.Object |
getFormatOptions()
A set of options that define how DataBrew interprets the data in the dataset.
|
java.lang.Object |
getInput()
Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 .
|
java.lang.String |
getName()
The unique name of the dataset.
|
java.lang.Object |
getPathOptions()
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
|
java.util.List<CfnTag> |
getTags()
Metadata tags that have been applied to the dataset.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getInput()
CfnDatasetProps
getInput
in interface CfnDatasetProps
public final java.lang.String getName()
CfnDatasetProps
getName
in interface CfnDatasetProps
public final java.lang.String getFormat()
CfnDatasetProps
getFormat
in interface CfnDatasetProps
public final java.lang.Object getFormatOptions()
CfnDatasetProps
getFormatOptions
in interface CfnDatasetProps
public final java.lang.Object getPathOptions()
CfnDatasetProps
getPathOptions
in interface CfnDatasetProps
public final java.util.List<CfnTag> getTags()
CfnDatasetProps
getTags
in interface CfnDatasetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()