Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.docdb.CfnDBClusterMixinProps.Builder
Packages that use CfnDBClusterMixinProps.Builder
-
Uses of CfnDBClusterMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.docdb
Methods in software.amazon.awscdk.cfnpropertymixins.services.docdb that return CfnDBClusterMixinProps.BuilderModifier and TypeMethodDescriptionCfnDBClusterMixinProps.Builder.availabilityZones(List<String> availabilityZones) Sets the value ofCfnDBClusterMixinProps.getAvailabilityZones()CfnDBClusterMixinProps.Builder.backupRetentionPeriod(Number backupRetentionPeriod) Sets the value ofCfnDBClusterMixinProps.getBackupRetentionPeriod()CfnDBClusterMixinProps.builder()CfnDBClusterMixinProps.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Sets the value ofCfnDBClusterMixinProps.getCopyTagsToSnapshot()CfnDBClusterMixinProps.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot) Sets the value ofCfnDBClusterMixinProps.getCopyTagsToSnapshot()CfnDBClusterMixinProps.Builder.dbClusterIdentifier(String dbClusterIdentifier) Sets the value ofCfnDBClusterMixinProps.getDbClusterIdentifier()CfnDBClusterMixinProps.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) Sets the value ofCfnDBClusterMixinProps.getDbClusterParameterGroupName()CfnDBClusterMixinProps.Builder.dbSubnetGroupName(String dbSubnetGroupName) Sets the value ofCfnDBClusterMixinProps.getDbSubnetGroupName()CfnDBClusterMixinProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofCfnDBClusterMixinProps.getDeletionProtection()CfnDBClusterMixinProps.Builder.deletionProtection(IResolvable deletionProtection) Sets the value ofCfnDBClusterMixinProps.getDeletionProtection()CfnDBClusterMixinProps.Builder.enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports) Sets the value ofCfnDBClusterMixinProps.getEnableCloudwatchLogsExports()CfnDBClusterMixinProps.Builder.engineVersion(String engineVersion) Sets the value ofCfnDBClusterMixinProps.getEngineVersion()CfnDBClusterMixinProps.Builder.globalClusterIdentifier(String globalClusterIdentifier) Sets the value ofCfnDBClusterMixinProps.getGlobalClusterIdentifier()Sets the value ofCfnDBClusterMixinProps.getKmsKeyId()CfnDBClusterMixinProps.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Sets the value ofCfnDBClusterMixinProps.getManageMasterUserPassword()CfnDBClusterMixinProps.Builder.manageMasterUserPassword(IResolvable manageMasterUserPassword) Sets the value ofCfnDBClusterMixinProps.getManageMasterUserPassword()CfnDBClusterMixinProps.Builder.masterUsername(String masterUsername) Sets the value ofCfnDBClusterMixinProps.getMasterUsername()CfnDBClusterMixinProps.Builder.masterUserPassword(String masterUserPassword) Sets the value ofCfnDBClusterMixinProps.getMasterUserPassword()CfnDBClusterMixinProps.Builder.masterUserSecretKmsKeyId(String masterUserSecretKmsKeyId) Sets the value ofCfnDBClusterMixinProps.getMasterUserSecretKmsKeyId()CfnDBClusterMixinProps.Builder.networkType(String networkType) Sets the value ofCfnDBClusterMixinProps.getNetworkType()Sets the value ofCfnDBClusterMixinProps.getPort()CfnDBClusterMixinProps.Builder.preferredBackupWindow(String preferredBackupWindow) Sets the value ofCfnDBClusterMixinProps.getPreferredBackupWindow()CfnDBClusterMixinProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofCfnDBClusterMixinProps.getPreferredMaintenanceWindow()CfnDBClusterMixinProps.Builder.restoreToTime(String restoreToTime) Sets the value ofCfnDBClusterMixinProps.getRestoreToTime()CfnDBClusterMixinProps.Builder.restoreType(String restoreType) Sets the value ofCfnDBClusterMixinProps.getRestoreType()CfnDBClusterMixinProps.Builder.rotateMasterUserPassword(Boolean rotateMasterUserPassword) Sets the value ofCfnDBClusterMixinProps.getRotateMasterUserPassword()CfnDBClusterMixinProps.Builder.rotateMasterUserPassword(IResolvable rotateMasterUserPassword) Sets the value ofCfnDBClusterMixinProps.getRotateMasterUserPassword()CfnDBClusterMixinProps.Builder.serverlessV2ScalingConfiguration(CfnDBClusterPropsMixin.ServerlessV2ScalingConfigurationProperty serverlessV2ScalingConfiguration) Sets the value ofCfnDBClusterMixinProps.getServerlessV2ScalingConfiguration()CfnDBClusterMixinProps.Builder.serverlessV2ScalingConfiguration(IResolvable serverlessV2ScalingConfiguration) Sets the value ofCfnDBClusterMixinProps.getServerlessV2ScalingConfiguration()CfnDBClusterMixinProps.Builder.snapshotIdentifier(String snapshotIdentifier) Sets the value ofCfnDBClusterMixinProps.getSnapshotIdentifier()CfnDBClusterMixinProps.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) Sets the value ofCfnDBClusterMixinProps.getSourceDbClusterIdentifier()CfnDBClusterMixinProps.Builder.storageEncrypted(Boolean storageEncrypted) Sets the value ofCfnDBClusterMixinProps.getStorageEncrypted()CfnDBClusterMixinProps.Builder.storageEncrypted(IResolvable storageEncrypted) Sets the value ofCfnDBClusterMixinProps.getStorageEncrypted()CfnDBClusterMixinProps.Builder.storageType(String storageType) Sets the value ofCfnDBClusterMixinProps.getStorageType()Sets the value ofCfnDBClusterMixinProps.getTags()CfnDBClusterMixinProps.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime) Sets the value ofCfnDBClusterMixinProps.getUseLatestRestorableTime()CfnDBClusterMixinProps.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime) Sets the value ofCfnDBClusterMixinProps.getUseLatestRestorableTime()CfnDBClusterMixinProps.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds) Sets the value ofCfnDBClusterMixinProps.getVpcSecurityGroupIds()Constructors in software.amazon.awscdk.cfnpropertymixins.services.docdb with parameters of type CfnDBClusterMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnDBClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBClusterMixinProps.Builder.