| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
static S3EncryptionConfiguration.Builder |
S3EncryptionConfiguration.builder() |
S3EncryptionConfiguration.Builder |
S3EncryptionConfiguration.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) in Key Management Service (KMS).
|
S3EncryptionConfiguration.Builder |
S3EncryptionConfiguration.Builder.objectEncryptionType(S3ObjectEncryptionType objectEncryptionType)
The Amazon S3 object encryption type.
|
S3EncryptionConfiguration.Builder |
S3EncryptionConfiguration.Builder.objectEncryptionType(String objectEncryptionType)
The Amazon S3 object encryption type.
|
S3EncryptionConfiguration.Builder |
S3EncryptionConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3EncryptionConfiguration.Builder> |
S3EncryptionConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3ExportConfiguration.Builder |
S3ExportConfiguration.Builder.encryptionConfiguration(Consumer<S3EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
|
Copyright © 2021. All rights reserved.