@Stability(value=Stable) public static final class CfnGlobalCluster.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalCluster>
CfnGlobalCluster.| Modifier and Type | Method and Description |
|---|---|
CfnGlobalCluster |
build() |
static CfnGlobalCluster.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGlobalCluster.Builder |
deletionProtection(Boolean deletionProtection)
`AWS::RDS::GlobalCluster.DeletionProtection`.
|
CfnGlobalCluster.Builder |
deletionProtection(IResolvable deletionProtection)
`AWS::RDS::GlobalCluster.DeletionProtection`.
|
CfnGlobalCluster.Builder |
engine(String engine)
`AWS::RDS::GlobalCluster.Engine`.
|
CfnGlobalCluster.Builder |
engineVersion(String engineVersion)
`AWS::RDS::GlobalCluster.EngineVersion`.
|
CfnGlobalCluster.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
`AWS::RDS::GlobalCluster.GlobalClusterIdentifier`.
|
CfnGlobalCluster.Builder |
sourceDbClusterIdentifier(String sourceDbClusterIdentifier)
`AWS::RDS::GlobalCluster.SourceDBClusterIdentifier`.
|
CfnGlobalCluster.Builder |
storageEncrypted(Boolean storageEncrypted)
`AWS::RDS::GlobalCluster.StorageEncrypted`.
|
CfnGlobalCluster.Builder |
storageEncrypted(IResolvable storageEncrypted)
`AWS::RDS::GlobalCluster.StorageEncrypted`.
|
@Stability(value=Stable) public static CfnGlobalCluster.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGlobalCluster.Builder.@Stability(value=Stable) public CfnGlobalCluster.Builder deletionProtection(Boolean deletionProtection)
deletionProtection - `AWS::RDS::GlobalCluster.DeletionProtection`. This parameter is required.this@Stability(value=Stable) public CfnGlobalCluster.Builder deletionProtection(IResolvable deletionProtection)
deletionProtection - `AWS::RDS::GlobalCluster.DeletionProtection`. This parameter is required.this@Stability(value=Stable) public CfnGlobalCluster.Builder engine(String engine)
engine - `AWS::RDS::GlobalCluster.Engine`. This parameter is required.this@Stability(value=Stable) public CfnGlobalCluster.Builder engineVersion(String engineVersion)
engineVersion - `AWS::RDS::GlobalCluster.EngineVersion`. This parameter is required.this@Stability(value=Stable) public CfnGlobalCluster.Builder globalClusterIdentifier(String globalClusterIdentifier)
globalClusterIdentifier - `AWS::RDS::GlobalCluster.GlobalClusterIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnGlobalCluster.Builder sourceDbClusterIdentifier(String sourceDbClusterIdentifier)
sourceDbClusterIdentifier - `AWS::RDS::GlobalCluster.SourceDBClusterIdentifier`. This parameter is required.this@Stability(value=Stable) public CfnGlobalCluster.Builder storageEncrypted(Boolean storageEncrypted)
storageEncrypted - `AWS::RDS::GlobalCluster.StorageEncrypted`. This parameter is required.this@Stability(value=Stable) public CfnGlobalCluster.Builder storageEncrypted(IResolvable storageEncrypted)
storageEncrypted - `AWS::RDS::GlobalCluster.StorageEncrypted`. This parameter is required.this@Stability(value=Stable) public CfnGlobalCluster build()
build in interface software.amazon.jsii.Builder<CfnGlobalCluster>Copyright © 2021. All rights reserved.