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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.ImportSourceSpecification
ImportSourceSpecification.Builder, ImportSourceSpecification.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theImportSourceSpecification.Builder
.protected
Jsii$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.JsonNode
final boolean
final IBucket
The S3 bucket that is being imported from.final String
The account number of the S3 bucket that is being imported from.final InputCompressionType
The compression type of the imported data.final InputFormat
The format of the imported data.final String
The key prefix shared by all S3 Objects that are being imported.final int
hashCode()
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:ImportSourceSpecification
The S3 bucket that is being imported from.- Specified by:
getBucket
in interfaceImportSourceSpecification
-
getInputFormat
Description copied from interface:ImportSourceSpecification
The format of the imported data.- Specified by:
getInputFormat
in interfaceImportSourceSpecification
-
getBucketOwner
Description copied from interface:ImportSourceSpecification
The account number of the S3 bucket that is being imported from.Default: - no value
- Specified by:
getBucketOwner
in interfaceImportSourceSpecification
-
getCompressionType
Description copied from interface:ImportSourceSpecification
The compression type of the imported data.Default: InputCompressionType.NONE
- Specified by:
getCompressionType
in interfaceImportSourceSpecification
-
getKeyPrefix
Description copied from interface:ImportSourceSpecification
The key prefix shared by all S3 Objects that are being imported.Default: - no value
- Specified by:
getKeyPrefix
in interfaceImportSourceSpecification
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-