| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionInfo.Builder |
EncryptionInfo.builder() |
default EncryptionInfo.Builder |
EncryptionInfo.Builder.encryptionAtRest(Consumer<EncryptionAtRest.Builder> encryptionAtRest)
The data-volume encryption details.
|
EncryptionInfo.Builder |
EncryptionInfo.Builder.encryptionAtRest(EncryptionAtRest encryptionAtRest)
The data-volume encryption details.
|
default EncryptionInfo.Builder |
EncryptionInfo.Builder.encryptionInTransit(Consumer<EncryptionInTransit.Builder> encryptionInTransit)
The details for encryption in transit.
|
EncryptionInfo.Builder |
EncryptionInfo.Builder.encryptionInTransit(EncryptionInTransit encryptionInTransit)
The details for encryption in transit.
|
EncryptionInfo.Builder |
EncryptionInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionInfo.Builder> |
EncryptionInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterRequest.Builder |
CreateClusterRequest.Builder.encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
|
default ProvisionedRequest.Builder |
ProvisionedRequest.Builder.encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
|
default Provisioned.Builder |
Provisioned.Builder.encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
|
default UpdateSecurityRequest.Builder |
UpdateSecurityRequest.Builder.encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
|
default MutableClusterInfo.Builder |
MutableClusterInfo.Builder.encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
|
default ClusterInfo.Builder |
ClusterInfo.Builder.encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
|
Copyright © 2023. All rights reserved.