Class ImportSourceSpecification.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.ImportSourceSpecification.Jsii$Proxy
- All Implemented Interfaces:
ImportSourceSpecification,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ImportSourceSpecification
@Stability(Stable)
@Internal
public static final class ImportSourceSpecification.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ImportSourceSpecification
An implementation for
ImportSourceSpecification-
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.dynamodb.ImportSourceSpecification
ImportSourceSpecification.Builder, ImportSourceSpecification.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theImportSourceSpecification.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 IBucketThe S3 bucket that is being imported from.final StringThe account number of the S3 bucket that is being imported from.final InputCompressionTypeThe compression type of the imported data.final InputFormatThe format of the imported data.final StringThe key prefix shared by all S3 Objects that are being imported.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 theImportSourceSpecification.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:ImportSourceSpecificationThe S3 bucket that is being imported from.- Specified by:
getBucketin interfaceImportSourceSpecification
-
getInputFormat
Description copied from interface:ImportSourceSpecificationThe format of the imported data.- Specified by:
getInputFormatin interfaceImportSourceSpecification
-
getBucketOwner
Description copied from interface:ImportSourceSpecificationThe account number of the S3 bucket that is being imported from.Default: - no value
- Specified by:
getBucketOwnerin interfaceImportSourceSpecification
-
getCompressionType
Description copied from interface:ImportSourceSpecificationThe compression type of the imported data.Default: InputCompressionType.NONE
- Specified by:
getCompressionTypein interfaceImportSourceSpecification
-
getKeyPrefix
Description copied from interface:ImportSourceSpecificationThe key prefix shared by all S3 Objects that are being imported.Default: - no value
- Specified by:
getKeyPrefixin interfaceImportSourceSpecification
-
$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()
-