Uses of Class
software.amazon.awscdk.services.docdbelastic.CfnClusterProps.Builder
Packages that use CfnClusterProps.Builder
Package
Description
AWS::DocDBElastic Construct Library
-
Uses of CfnClusterProps.Builder in software.amazon.awscdk.services.docdbelastic
Methods in software.amazon.awscdk.services.docdbelastic that return CfnClusterProps.BuilderModifier and TypeMethodDescriptionCfnClusterProps.Builder.adminUserName(String adminUserName) Sets the value ofCfnClusterProps.getAdminUserName()CfnClusterProps.Builder.adminUserPassword(String adminUserPassword) Sets the value ofCfnClusterProps.getAdminUserPassword()Sets the value ofCfnClusterProps.getAuthType()CfnClusterProps.Builder.backupRetentionPeriod(Number backupRetentionPeriod) Sets the value ofCfnClusterProps.getBackupRetentionPeriod()static CfnClusterProps.BuilderCfnClusterProps.builder()CfnClusterProps.Builder.clusterName(String clusterName) Sets the value ofCfnClusterProps.getClusterName()Sets the value ofCfnClusterProps.getKmsKeyId()CfnClusterProps.Builder.preferredBackupWindow(String preferredBackupWindow) Sets the value ofCfnClusterProps.getPreferredBackupWindow()CfnClusterProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofCfnClusterProps.getPreferredMaintenanceWindow()CfnClusterProps.Builder.shardCapacity(Number shardCapacity) Sets the value ofCfnClusterProps.getShardCapacity()CfnClusterProps.Builder.shardCount(Number shardCount) Sets the value ofCfnClusterProps.getShardCount()CfnClusterProps.Builder.shardInstanceCount(Number shardInstanceCount) Sets the value ofCfnClusterProps.getShardInstanceCount()Sets the value ofCfnClusterProps.getSubnetIds()Sets the value ofCfnClusterProps.getTags()CfnClusterProps.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) Sets the value ofCfnClusterProps.getVpcSecurityGroupIds()Constructors in software.amazon.awscdk.services.docdbelastic with parameters of type CfnClusterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder.