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.Returns union: either
IResolvableorCfnDataset.DatabaseInputDefinitionProperty- Specified by:
getDatabaseInputDefinitionin interfaceCfnDataset.InputProperty- See Also:
-
getDataCatalogInputDefinition
Description copied from interface:CfnDataset.InputPropertyThe AWS Glue Data Catalog parameters for the data.Returns union: either
IResolvableorCfnDataset.DataCatalogInputDefinitionProperty- Specified by:
getDataCatalogInputDefinitionin interfaceCfnDataset.InputProperty- See Also:
-
getMetadata
Description copied from interface:CfnDataset.InputPropertyContains additional resource information needed for specific datasets.Returns union: either
IResolvableorCfnDataset.MetadataProperty- Specified by:
getMetadatain interfaceCfnDataset.InputProperty- See Also:
-
getS3InputDefinition
Description copied from interface:CfnDataset.InputPropertyThe Amazon S3 location where the data is stored.Returns union: either
IResolvableorCfnDataset.S3LocationProperty- Specified by:
getS3InputDefinitionin interfaceCfnDataset.InputProperty- 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()
-