Uses of Class
software.amazon.awscdk.services.docdb.CfnDBClusterProps.Builder
Packages that use CfnDBClusterProps.Builder
-
Uses of CfnDBClusterProps.Builder in software.amazon.awscdk.services.docdb
Methods in software.amazon.awscdk.services.docdb that return CfnDBClusterProps.BuilderModifier and TypeMethodDescriptionCfnDBClusterProps.Builder.availabilityZones
(List<String> availabilityZones) Sets the value ofCfnDBClusterProps.getAvailabilityZones()
CfnDBClusterProps.Builder.backupRetentionPeriod
(Number backupRetentionPeriod) Sets the value ofCfnDBClusterProps.getBackupRetentionPeriod()
static CfnDBClusterProps.Builder
CfnDBClusterProps.builder()
CfnDBClusterProps.Builder.copyTagsToSnapshot
(Boolean copyTagsToSnapshot) Sets the value ofCfnDBClusterProps.getCopyTagsToSnapshot()
CfnDBClusterProps.Builder.copyTagsToSnapshot
(IResolvable copyTagsToSnapshot) Sets the value ofCfnDBClusterProps.getCopyTagsToSnapshot()
CfnDBClusterProps.Builder.dbClusterIdentifier
(String dbClusterIdentifier) Sets the value ofCfnDBClusterProps.getDbClusterIdentifier()
CfnDBClusterProps.Builder.dbClusterParameterGroupName
(String dbClusterParameterGroupName) Sets the value ofCfnDBClusterProps.getDbClusterParameterGroupName()
CfnDBClusterProps.Builder.dbSubnetGroupName
(String dbSubnetGroupName) Sets the value ofCfnDBClusterProps.getDbSubnetGroupName()
CfnDBClusterProps.Builder.deletionProtection
(Boolean deletionProtection) Sets the value ofCfnDBClusterProps.getDeletionProtection()
CfnDBClusterProps.Builder.deletionProtection
(IResolvable deletionProtection) Sets the value ofCfnDBClusterProps.getDeletionProtection()
CfnDBClusterProps.Builder.enableCloudwatchLogsExports
(List<String> enableCloudwatchLogsExports) Sets the value ofCfnDBClusterProps.getEnableCloudwatchLogsExports()
CfnDBClusterProps.Builder.engineVersion
(String engineVersion) Sets the value ofCfnDBClusterProps.getEngineVersion()
Sets the value ofCfnDBClusterProps.getKmsKeyId()
CfnDBClusterProps.Builder.masterUsername
(String masterUsername) Sets the value ofCfnDBClusterProps.getMasterUsername()
CfnDBClusterProps.Builder.masterUserPassword
(String masterUserPassword) Sets the value ofCfnDBClusterProps.getMasterUserPassword()
Sets the value ofCfnDBClusterProps.getPort()
CfnDBClusterProps.Builder.preferredBackupWindow
(String preferredBackupWindow) Sets the value ofCfnDBClusterProps.getPreferredBackupWindow()
CfnDBClusterProps.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) Sets the value ofCfnDBClusterProps.getPreferredMaintenanceWindow()
CfnDBClusterProps.Builder.restoreToTime
(String restoreToTime) Sets the value ofCfnDBClusterProps.getRestoreToTime()
CfnDBClusterProps.Builder.restoreType
(String restoreType) Sets the value ofCfnDBClusterProps.getRestoreType()
CfnDBClusterProps.Builder.snapshotIdentifier
(String snapshotIdentifier) Sets the value ofCfnDBClusterProps.getSnapshotIdentifier()
CfnDBClusterProps.Builder.sourceDbClusterIdentifier
(String sourceDbClusterIdentifier) Sets the value ofCfnDBClusterProps.getSourceDbClusterIdentifier()
CfnDBClusterProps.Builder.storageEncrypted
(Boolean storageEncrypted) Sets the value ofCfnDBClusterProps.getStorageEncrypted()
CfnDBClusterProps.Builder.storageEncrypted
(IResolvable storageEncrypted) Sets the value ofCfnDBClusterProps.getStorageEncrypted()
Sets the value ofCfnDBClusterProps.getTags()
CfnDBClusterProps.Builder.useLatestRestorableTime
(Boolean useLatestRestorableTime) Sets the value ofCfnDBClusterProps.getUseLatestRestorableTime()
CfnDBClusterProps.Builder.useLatestRestorableTime
(IResolvable useLatestRestorableTime) Sets the value ofCfnDBClusterProps.getUseLatestRestorableTime()
CfnDBClusterProps.Builder.vpcSecurityGroupIds
(List<String> vpcSecurityGroupIds) Sets the value ofCfnDBClusterProps.getVpcSecurityGroupIds()
Constructors in software.amazon.awscdk.services.docdb with parameters of type CfnDBClusterProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDBClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBClusterProps.Builder
.