public static interface SSESpecification.Builder extends SdkPojo, CopyableBuilder<SSESpecification.Builder,SSESpecification>
Modifier and Type | Method and Description |
---|---|
SSESpecification.Builder |
enabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
copy
applyMutation, build
SSESpecification.Builder enabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
enabled
- Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.