Uses of Class
software.amazon.awscdk.services.neptune.CfnGlobalCluster.Builder
Packages that use CfnGlobalCluster.Builder
-
Uses of CfnGlobalCluster.Builder in software.amazon.awscdk.services.neptune
Methods in software.amazon.awscdk.services.neptune that return CfnGlobalCluster.BuilderModifier and TypeMethodDescriptionstatic CfnGlobalCluster.BuilderCfnGlobalCluster.Builder.deletionProtection(Boolean deletionProtection) Whether deletion protection is enabled.CfnGlobalCluster.Builder.deletionProtection(IResolvable deletionProtection) Whether deletion protection is enabled.The name of the database engine.CfnGlobalCluster.Builder.engineVersion(String engineVersion) The version number of the database engine.CfnGlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier of the global database cluster.CfnGlobalCluster.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.CfnGlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted) Whether the global database cluster is storage encrypted.CfnGlobalCluster.Builder.storageEncrypted(IResolvable storageEncrypted) Whether the global database cluster is storage encrypted.An array of key-value pairs to apply to this resource.