Interface SSESpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SSESpecification.Builder,
,SSESpecification> SdkBuilder<SSESpecification.Builder,
,SSESpecification> SdkPojo
- Enclosing class:
SSESpecification
@Mutable
@NotThreadSafe
public static interface SSESpecification.Builder
extends SdkPojo, CopyableBuilder<SSESpecification.Builder,SSESpecification>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
- Parameters:
enabled
- Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-