| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
static SSESpecification.Builder |
SSESpecification.builder() |
SSESpecification.Builder |
SSESpecification.Builder.enabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
SSESpecification.Builder |
SSESpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SSESpecification.Builder> |
SSESpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterRequest.Builder |
CreateClusterRequest.Builder.sseSpecification(Consumer<SSESpecification.Builder> sseSpecification)
Represents the settings used to enable server-side encryption on the cluster.
|
Copyright © 2023. All rights reserved.