Interface SSESpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SSESpecification.Builder,SSESpecification>,SdkBuilder<SSESpecification.Builder,SSESpecification>,SdkPojo
- Enclosing class:
- SSESpecification
public static interface SSESpecification.Builder extends SdkPojo, CopyableBuilder<SSESpecification.Builder,SSESpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSESpecification.Builderenabled(Boolean enabled)Indicates 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, sdkFields
-
-
-
-
Method Detail
-
enabled
SSESpecification.Builder enabled(Boolean 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.
-
-