Uses of Class
software.amazon.awscdk.services.rds.DatabaseClusterProps.Builder
Packages that use DatabaseClusterProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseClusterProps.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DatabaseClusterProps.BuilderModifier and TypeMethodDescriptionDatabaseClusterProps.Builder.backtrackWindow(Duration backtrackWindow) Sets the value ofDatabaseClusterProps.getBacktrackWindow()DatabaseClusterProps.Builder.backup(BackupProps backup) Sets the value ofDatabaseClusterProps.getBackup()static DatabaseClusterProps.BuilderDatabaseClusterProps.builder()DatabaseClusterProps.Builder.cloudwatchLogsExports(List<String> cloudwatchLogsExports) Sets the value ofDatabaseClusterProps.getCloudwatchLogsExports()DatabaseClusterProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention) Sets the value ofDatabaseClusterProps.getCloudwatchLogsRetention()DatabaseClusterProps.Builder.cloudwatchLogsRetentionRole(IRole cloudwatchLogsRetentionRole) Sets the value ofDatabaseClusterProps.getCloudwatchLogsRetentionRole()DatabaseClusterProps.Builder.clusterIdentifier(String clusterIdentifier) Sets the value ofDatabaseClusterProps.getClusterIdentifier()DatabaseClusterProps.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Sets the value ofDatabaseClusterProps.getCopyTagsToSnapshot()DatabaseClusterProps.Builder.credentials(Credentials credentials) Sets the value ofDatabaseClusterProps.getCredentials()DatabaseClusterProps.Builder.defaultDatabaseName(String defaultDatabaseName) Sets the value ofDatabaseClusterProps.getDefaultDatabaseName()DatabaseClusterProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofDatabaseClusterProps.getDeletionProtection()DatabaseClusterProps.Builder.engine(IClusterEngine engine) Sets the value ofDatabaseClusterProps.getEngine()DatabaseClusterProps.Builder.iamAuthentication(Boolean iamAuthentication) Sets the value ofDatabaseClusterProps.getIamAuthentication()DatabaseClusterProps.Builder.instanceIdentifierBase(String instanceIdentifierBase) Sets the value ofDatabaseClusterProps.getInstanceIdentifierBase()DatabaseClusterProps.Builder.instanceProps(InstanceProps instanceProps) Sets the value ofDatabaseClusterProps.getInstanceProps()Sets the value ofDatabaseClusterProps.getInstances()DatabaseClusterProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseClusterProps.getMonitoringInterval()DatabaseClusterProps.Builder.monitoringRole(IRole monitoringRole) Sets the value ofDatabaseClusterProps.getMonitoringRole()DatabaseClusterProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseClusterProps.getParameterGroup()DatabaseClusterProps.Builder.parameters(Map<String, String> parameters) Sets the value ofDatabaseClusterProps.getParameters()Sets the value ofDatabaseClusterProps.getPort()DatabaseClusterProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofDatabaseClusterProps.getPreferredMaintenanceWindow()DatabaseClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseClusterProps.getRemovalPolicy()DatabaseClusterProps.Builder.s3ExportBuckets(List<? extends IBucket> s3ExportBuckets) Sets the value ofDatabaseClusterProps.getS3ExportBuckets()DatabaseClusterProps.Builder.s3ExportRole(IRole s3ExportRole) Sets the value ofDatabaseClusterProps.getS3ExportRole()DatabaseClusterProps.Builder.s3ImportBuckets(List<? extends IBucket> s3ImportBuckets) Sets the value ofDatabaseClusterProps.getS3ImportBuckets()DatabaseClusterProps.Builder.s3ImportRole(IRole s3ImportRole) Sets the value ofDatabaseClusterProps.getS3ImportRole()DatabaseClusterProps.Builder.storageEncrypted(Boolean storageEncrypted) Sets the value ofDatabaseClusterProps.getStorageEncrypted()DatabaseClusterProps.Builder.storageEncryptionKey(IKey storageEncryptionKey) Sets the value ofDatabaseClusterProps.getStorageEncryptionKey()DatabaseClusterProps.Builder.subnetGroup(ISubnetGroup subnetGroup) Sets the value ofDatabaseClusterProps.getSubnetGroup()Constructors in software.amazon.awscdk.services.rds with parameters of type DatabaseClusterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(DatabaseClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseClusterProps.Builder.