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