| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static S3Encryption.Builder |
S3Encryption.builder() |
S3Encryption.Builder |
S3Encryption.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
S3Encryption.Builder |
S3Encryption.Builder.s3EncryptionMode(S3EncryptionMode s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
|
S3Encryption.Builder |
S3Encryption.Builder.s3EncryptionMode(String s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
|
S3Encryption.Builder |
S3Encryption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Encryption.Builder> |
S3Encryption.serializableBuilderClass() |
Copyright © 2023. All rights reserved.