Class CfnReplicationSet.RegionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ssmincidents.CfnReplicationSet.RegionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicationSet.RegionConfigurationProperty>
- Enclosing interface:
CfnReplicationSet.RegionConfigurationProperty
@Stability(Stable)
public static final class CfnReplicationSet.RegionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicationSet.RegionConfigurationProperty>
A builder for
CfnReplicationSet.RegionConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sseKmsKeyId
(String sseKmsKeyId) Sets the value ofCfnReplicationSet.RegionConfigurationProperty.getSseKmsKeyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sseKmsKeyId
@Stability(Stable) public CfnReplicationSet.RegionConfigurationProperty.Builder sseKmsKeyId(String sseKmsKeyId) Sets the value ofCfnReplicationSet.RegionConfigurationProperty.getSseKmsKeyId()
- Parameters:
sseKmsKeyId
- The AWS Key Management Service key ID to use to encrypt your replication set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnReplicationSet.RegionConfigurationProperty>
- Returns:
- a new instance of
CfnReplicationSet.RegionConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-