Class CfnDataset.InputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnDataset.InputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.InputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataset.InputProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.InputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.InputProperty
An implementation for
CfnDataset.InputProperty-
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.CfnDataset.InputProperty
CfnDataset.InputProperty.Builder, CfnDataset.InputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataset.InputProperty.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 ObjectConnection information for dataset input files stored in a database.final ObjectThe AWS Glue Data Catalog parameters for the data.final ObjectContains additional resource information needed for specific datasets.final ObjectThe Amazon S3 location where the data is stored.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 theCfnDataset.InputProperty.Builder.
-
-
Method Details
-
getDatabaseInputDefinition
Description copied from interface:CfnDataset.InputPropertyConnection information for dataset input files stored in a database.- Specified by:
getDatabaseInputDefinitionin interfaceCfnDataset.InputProperty
-
getDataCatalogInputDefinition
Description copied from interface:CfnDataset.InputPropertyThe AWS Glue Data Catalog parameters for the data.- Specified by:
getDataCatalogInputDefinitionin interfaceCfnDataset.InputProperty
-
getMetadata
Description copied from interface:CfnDataset.InputPropertyContains additional resource information needed for specific datasets.- Specified by:
getMetadatain interfaceCfnDataset.InputProperty
-
getS3InputDefinition
Description copied from interface:CfnDataset.InputPropertyThe Amazon S3 location where the data is stored.- Specified by:
getS3InputDefinitionin interfaceCfnDataset.InputProperty
-
$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()
-