Class CfnSimpleTablePropsMixin.SSESpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnSimpleTablePropsMixin.SSESpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSimpleTablePropsMixin.SSESpecificationProperty>
- Enclosing interface:
CfnSimpleTablePropsMixin.SSESpecificationProperty
@Stability(Stable)
public static final class CfnSimpleTablePropsMixin.SSESpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSimpleTablePropsMixin.SSESpecificationProperty>
A builder for
CfnSimpleTablePropsMixin.SSESpecificationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sseEnabled(Boolean sseEnabled) Sets the value ofCfnSimpleTablePropsMixin.SSESpecificationProperty.getSseEnabled()sseEnabled(IResolvable sseEnabled) Sets the value ofCfnSimpleTablePropsMixin.SSESpecificationProperty.getSseEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sseEnabled
@Stability(Stable) public CfnSimpleTablePropsMixin.SSESpecificationProperty.Builder sseEnabled(Boolean sseEnabled) Sets the value ofCfnSimpleTablePropsMixin.SSESpecificationProperty.getSseEnabled()- Parameters:
sseEnabled- the value to be set.- Returns:
this
-
sseEnabled
@Stability(Stable) public CfnSimpleTablePropsMixin.SSESpecificationProperty.Builder sseEnabled(IResolvable sseEnabled) Sets the value ofCfnSimpleTablePropsMixin.SSESpecificationProperty.getSseEnabled()- Parameters:
sseEnabled- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSimpleTablePropsMixin.SSESpecificationProperty>- Returns:
- a new instance of
CfnSimpleTablePropsMixin.SSESpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-