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