@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 - Indicates whether server-side encryption is performed using an AWS managed key or an AWS owned key. This parameter is required.
If disabled (false) or not specified, server-side encryption uses an AWS owned key. If enabled (true), the server-side encryption type is set to KMS and an AWS managed key is used ( AWS KMS charges apply). If you choose to use KMS encryption, you can also use customer managed KMS keys by specifying them in the ReplicaSpecification.SSESpecification object. You cannot mix AWS managed and customer managed KMS keys.this@Stability(value=Stable) public CfnGlobalTable.SSESpecificationProperty.Builder sseEnabled(IResolvable sseEnabled)
CfnGlobalTable.SSESpecificationProperty.getSseEnabled()sseEnabled - Indicates whether server-side encryption is performed using an AWS managed key or an AWS owned key. This parameter is required.
If disabled (false) or not specified, server-side encryption uses an AWS owned key. If enabled (true), the server-side encryption type is set to KMS and an AWS managed key is used ( AWS KMS charges apply). If you choose to use KMS encryption, you can also use customer managed KMS keys by specifying them in the ReplicaSpecification.SSESpecification object. You cannot mix AWS managed and customer managed KMS keys.this@Stability(value=Stable) public CfnGlobalTable.SSESpecificationProperty.Builder sseType(String sseType)
CfnGlobalTable.SSESpecificationProperty.getSseType()sseType - Server-side encryption type. The only supported value is:.
KMS - Server-side encryption that uses AWS Key Management Service . The key is stored in your account and is managed by AWS KMS ( AWS KMS charges apply).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 © 2022. All rights reserved.