Uses of Interface
software.amazon.awssdk.services.dax.model.SSESpecification.Builder
-
Packages that use SSESpecification.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of SSESpecification.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return SSESpecification.Builder Modifier and Type Method Description static SSESpecification.BuilderSSESpecification. builder()SSESpecification.BuilderSSESpecification.Builder. enabled(Boolean enabled)Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.SSESpecification.BuilderSSESpecification. toBuilder()Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type SSESpecification.Builder Modifier and Type Method Description static Class<? extends SSESpecification.Builder>SSESpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type SSESpecification.Builder Modifier and Type Method Description default CreateClusterRequest.BuilderCreateClusterRequest.Builder. sseSpecification(Consumer<SSESpecification.Builder> sseSpecification)Represents the settings used to enable server-side encryption on the cluster.
-