| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAtRest.Builder |
EncryptionAtRest.builder() |
EncryptionAtRest.Builder |
EncryptionAtRest.Builder.dataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The ARN of the AWS KMS key for encrypting data at rest.
|
EncryptionAtRest.Builder |
EncryptionAtRest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionAtRest.Builder> |
EncryptionAtRest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EncryptionInfo.Builder |
EncryptionInfo.Builder.encryptionAtRest(Consumer<EncryptionAtRest.Builder> encryptionAtRest)
The data-volume encryption details.
|
Copyright © 2023. All rights reserved.