Uses of Class
software.amazon.awscdk.services.rds.CfnDBShardGroupProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBShardGroupProps.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionstatic CfnDBShardGroupProps.Builder
CfnDBShardGroupProps.builder()
CfnDBShardGroupProps.Builder.computeRedundancy
(Number computeRedundancy) Sets the value ofCfnDBShardGroupProps.getComputeRedundancy()
CfnDBShardGroupProps.Builder.dbClusterIdentifier
(String dbClusterIdentifier) Sets the value ofCfnDBShardGroupProps.getDbClusterIdentifier()
CfnDBShardGroupProps.Builder.dbShardGroupIdentifier
(String dbShardGroupIdentifier) Sets the value ofCfnDBShardGroupProps.getDbShardGroupIdentifier()
Sets the value ofCfnDBShardGroupProps.getMaxAcu()
Sets the value ofCfnDBShardGroupProps.getMinAcu()
CfnDBShardGroupProps.Builder.publiclyAccessible
(Boolean publiclyAccessible) Sets the value ofCfnDBShardGroupProps.getPubliclyAccessible()
CfnDBShardGroupProps.Builder.publiclyAccessible
(IResolvable publiclyAccessible) Sets the value ofCfnDBShardGroupProps.getPubliclyAccessible()
Sets the value ofCfnDBShardGroupProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDBShardGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBShardGroupProps.Builder
.