public static final class S3Encryption.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3Encryption
S3Encryption
S3Encryption.Builder, S3Encryption.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
IKey |
getKmsKey()
(experimental) The KMS key to be used to encrypt the data.
|
S3EncryptionMode |
getMode()
(experimental) Encryption mode.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final S3EncryptionMode getMode()
S3Encryption
getMode
in interface S3Encryption
public final IKey getKmsKey()
S3Encryption
Default: no kms key if mode = S3_MANAGED. A key will be created if one is not provided and mode = KMS.
getKmsKey
in interface S3Encryption
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()