Class CfnDatasetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnDatasetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetMixinProps
@Stability(Stable)
@Internal
public static final class CfnDatasetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetMixinProps
An implementation for
CfnDatasetMixinProps-
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.cfnpropertymixins.services.databrew.CfnDatasetMixinProps
CfnDatasetMixinProps.Builder, CfnDatasetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetMixinProps.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 theCfnDatasetMixinProps.Builder.
-
-
Method Details
-
getFormat
Description copied from interface:CfnDatasetMixinPropsThe file format of a dataset that is created from an Amazon S3 file or folder.- Specified by:
getFormatin interfaceCfnDatasetMixinProps- See Also:
-
getFormatOptions
Description copied from interface:CfnDatasetMixinPropsA set of options that define how DataBrew interprets the data in the dataset.Returns union: either
IResolvableorCfnDatasetPropsMixin.FormatOptionsProperty- Specified by:
getFormatOptionsin interfaceCfnDatasetMixinProps- See Also:
-
getInput
Description copied from interface:CfnDatasetMixinPropsInformation on how DataBrew can find the dataset, in either the AWS Glue Data Catalog or Amazon S3 .Returns union: either
IResolvableorCfnDatasetPropsMixin.InputProperty- Specified by:
getInputin interfaceCfnDatasetMixinProps- See Also:
-
getName
Description copied from interface:CfnDatasetMixinPropsThe unique name of the dataset.- Specified by:
getNamein interfaceCfnDatasetMixinProps- See Also:
-
getPathOptions
Description copied from interface:CfnDatasetMixinPropsA set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.Returns union: either
IResolvableorCfnDatasetPropsMixin.PathOptionsProperty- Specified by:
getPathOptionsin interfaceCfnDatasetMixinProps- See Also:
-
getSource
Description copied from interface:CfnDatasetMixinPropsThe location of the data for the dataset, either Amazon S3 or the AWS Glue Data Catalog .- Specified by:
getSourcein interfaceCfnDatasetMixinProps- See Also:
-
getTags
Description copied from interface:CfnDatasetMixinPropsMetadata tags that have been applied to the dataset.- Specified by:
getTagsin interfaceCfnDatasetMixinProps- 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()
-