Uses of Class
software.amazon.awscdk.services.docdb.CfnGlobalCluster.Builder
Packages that use CfnGlobalCluster.Builder
-
Uses of CfnGlobalCluster.Builder in software.amazon.awscdk.services.docdb
Methods in software.amazon.awscdk.services.docdb that return CfnGlobalCluster.BuilderModifier and TypeMethodDescriptionstatic CfnGlobalCluster.BuilderCfnGlobalCluster.Builder.deletionProtection(Boolean deletionProtection) Indicates whether the global cluster has deletion protection enabled.CfnGlobalCluster.Builder.deletionProtection(IResolvable deletionProtection) Indicates whether the global cluster has deletion protection enabled.The database engine to use for this global cluster.CfnGlobalCluster.Builder.engineVersion(String engineVersion) The engine version to use for this global cluster.CfnGlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier of the global cluster.CfnGlobalCluster.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster.CfnGlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted) Indicates whether the global cluster has storage encryption enabled.CfnGlobalCluster.Builder.storageEncrypted(IResolvable storageEncrypted) Indicates whether the global cluster has storage encryption enabled.The tags to be assigned to the Amazon DocumentDB resource.