Class CfnCluster.SSESpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.dax.CfnCluster.SSESpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCluster.SSESpecificationProperty>
- Enclosing interface:
CfnCluster.SSESpecificationProperty
@Stability(Stable)
public static final class CfnCluster.SSESpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCluster.SSESpecificationProperty>
A builder for
CfnCluster.SSESpecificationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sseEnabled
(Boolean sseEnabled) Sets the value ofCfnCluster.SSESpecificationProperty.getSseEnabled()
sseEnabled
(IResolvable sseEnabled) Sets the value ofCfnCluster.SSESpecificationProperty.getSseEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sseEnabled
@Stability(Stable) public CfnCluster.SSESpecificationProperty.Builder sseEnabled(Boolean sseEnabled) Sets the value ofCfnCluster.SSESpecificationProperty.getSseEnabled()
- Parameters:
sseEnabled
- Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.- Returns:
this
-
sseEnabled
@Stability(Stable) public CfnCluster.SSESpecificationProperty.Builder sseEnabled(IResolvable sseEnabled) Sets the value ofCfnCluster.SSESpecificationProperty.getSseEnabled()
- Parameters:
sseEnabled
- Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCluster.SSESpecificationProperty>
- Returns:
- a new instance of
CfnCluster.SSESpecificationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-