Uses of Class
software.amazon.awscdk.services.dsql.alpha.Cluster.Builder
Packages that use Cluster.Builder
-
Uses of Cluster.Builder in software.amazon.awscdk.services.dsql.alpha
Methods in software.amazon.awscdk.services.dsql.alpha that return Cluster.BuilderModifier and TypeMethodDescriptionCluster.Builder.clusterName(String clusterName) (experimental) The name of the DSQL cluster.static Cluster.BuilderCluster.Builder.deletionProtection(Boolean deletionProtection) (experimental) Specifies whether this cluster can be deleted.Cluster.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) The removal policy to apply when the cluster is removed or replaced during a stack update, or when the stack is deleted.