@Stability(value=Stable) public static final class CfnGlobalTable.SSESpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalTable.SSESpecificationProperty>
CfnGlobalTable.SSESpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGlobalTable.SSESpecificationProperty |
build()
Builds the configured instance.
|
CfnGlobalTable.SSESpecificationProperty.Builder |
sseEnabled(Boolean sseEnabled)
Sets the value of
CfnGlobalTable.SSESpecificationProperty.getSseEnabled() |
CfnGlobalTable.SSESpecificationProperty.Builder |
sseEnabled(IResolvable sseEnabled)
Sets the value of
CfnGlobalTable.SSESpecificationProperty.getSseEnabled() |
CfnGlobalTable.SSESpecificationProperty.Builder |
sseType(String sseType)
Sets the value of
CfnGlobalTable.SSESpecificationProperty.getSseType() |
@Stability(value=Stable) public CfnGlobalTable.SSESpecificationProperty.Builder sseEnabled(Boolean sseEnabled)
CfnGlobalTable.SSESpecificationProperty.getSseEnabled()sseEnabled - `CfnGlobalTable.SSESpecificationProperty.SSEEnabled`. This parameter is required.this@Stability(value=Stable) public CfnGlobalTable.SSESpecificationProperty.Builder sseEnabled(IResolvable sseEnabled)
CfnGlobalTable.SSESpecificationProperty.getSseEnabled()sseEnabled - `CfnGlobalTable.SSESpecificationProperty.SSEEnabled`. This parameter is required.this@Stability(value=Stable) public CfnGlobalTable.SSESpecificationProperty.Builder sseType(String sseType)
CfnGlobalTable.SSESpecificationProperty.getSseType()sseType - `CfnGlobalTable.SSESpecificationProperty.SSEType`.this@Stability(value=Stable) public CfnGlobalTable.SSESpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnGlobalTable.SSESpecificationProperty>CfnGlobalTable.SSESpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.