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