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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnDatasetProps
CfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe file format of a dataset that is created from an Amazon S3 file or folder.final ObjectA set of options that define how DataBrew interprets the data in the dataset.final ObjectgetInput()Information on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 .final StringgetName()The unique name of the dataset.final ObjectA set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.final StringThe location of the data for the dataset, either Amazon S3 or the AWS Glue Data Catalog .getTags()Metadata tags that have been applied to the dataset.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder.
-
-
Method Details
-
getInput
Description copied from interface:CfnDatasetPropsInformation on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 .Returns union: either
IResolvableorCfnDataset.InputProperty- Specified by:
getInputin interfaceCfnDatasetProps- See Also:
-
getName
Description copied from interface:CfnDatasetPropsThe unique name of the dataset.- Specified by:
getNamein interfaceCfnDatasetProps- See Also:
-
getFormat
Description copied from interface:CfnDatasetPropsThe file format of a dataset that is created from an Amazon S3 file or folder.- Specified by:
getFormatin interfaceCfnDatasetProps- See Also:
-
getFormatOptions
Description copied from interface:CfnDatasetPropsA set of options that define how DataBrew interprets the data in the dataset.Returns union: either
IResolvableorCfnDataset.FormatOptionsProperty- Specified by:
getFormatOptionsin interfaceCfnDatasetProps- See Also:
-
getPathOptions
Description copied from interface:CfnDatasetPropsA set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.Returns union: either
IResolvableorCfnDataset.PathOptionsProperty- Specified by:
getPathOptionsin interfaceCfnDatasetProps- See Also:
-
getSource
Description copied from interface:CfnDatasetPropsThe location of the data for the dataset, either Amazon S3 or the AWS Glue Data Catalog .- Specified by:
getSourcein interfaceCfnDatasetProps- See Also:
-
getTags
Description copied from interface:CfnDatasetPropsMetadata tags that have been applied to the dataset.- Specified by:
getTagsin interfaceCfnDatasetProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-