Uses of Class
software.amazon.awscdk.services.rds.DatabaseInstanceReadReplicaProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseInstanceReadReplicaProps.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionDatabaseInstanceReadReplicaProps.Builder.autoMinorVersionUpgrade
(Boolean autoMinorVersionUpgrade) Sets the value ofDatabaseInstanceNewProps.getAutoMinorVersionUpgrade()
DatabaseInstanceReadReplicaProps.Builder.availabilityZone
(String availabilityZone) Sets the value ofDatabaseInstanceNewProps.getAvailabilityZone()
DatabaseInstanceReadReplicaProps.Builder.backupRetention
(Duration backupRetention) Sets the value ofDatabaseInstanceNewProps.getBackupRetention()
DatabaseInstanceReadReplicaProps.builder()
DatabaseInstanceReadReplicaProps.Builder.cloudwatchLogsExports
(List<String> cloudwatchLogsExports) Sets the value ofDatabaseInstanceNewProps.getCloudwatchLogsExports()
DatabaseInstanceReadReplicaProps.Builder.cloudwatchLogsRetention
(RetentionDays cloudwatchLogsRetention) Sets the value ofDatabaseInstanceNewProps.getCloudwatchLogsRetention()
DatabaseInstanceReadReplicaProps.Builder.cloudwatchLogsRetentionRole
(IRole cloudwatchLogsRetentionRole) Sets the value ofDatabaseInstanceNewProps.getCloudwatchLogsRetentionRole()
DatabaseInstanceReadReplicaProps.Builder.copyTagsToSnapshot
(Boolean copyTagsToSnapshot) Sets the value ofDatabaseInstanceNewProps.getCopyTagsToSnapshot()
DatabaseInstanceReadReplicaProps.Builder.deleteAutomatedBackups
(Boolean deleteAutomatedBackups) Sets the value ofDatabaseInstanceNewProps.getDeleteAutomatedBackups()
DatabaseInstanceReadReplicaProps.Builder.deletionProtection
(Boolean deletionProtection) Sets the value ofDatabaseInstanceNewProps.getDeletionProtection()
Sets the value ofDatabaseInstanceNewProps.getDomain()
DatabaseInstanceReadReplicaProps.Builder.domainRole
(IRole domainRole) Sets the value ofDatabaseInstanceNewProps.getDomainRole()
DatabaseInstanceReadReplicaProps.Builder.enablePerformanceInsights
(Boolean enablePerformanceInsights) Sets the value ofDatabaseInstanceNewProps.getEnablePerformanceInsights()
DatabaseInstanceReadReplicaProps.Builder.iamAuthentication
(Boolean iamAuthentication) Sets the value ofDatabaseInstanceNewProps.getIamAuthentication()
DatabaseInstanceReadReplicaProps.Builder.instanceIdentifier
(String instanceIdentifier) Sets the value ofDatabaseInstanceNewProps.getInstanceIdentifier()
DatabaseInstanceReadReplicaProps.Builder.instanceType
(InstanceType instanceType) Sets the value ofDatabaseInstanceReadReplicaProps.getInstanceType()
Sets the value ofDatabaseInstanceNewProps.getIops()
DatabaseInstanceReadReplicaProps.Builder.maxAllocatedStorage
(Number maxAllocatedStorage) Sets the value ofDatabaseInstanceNewProps.getMaxAllocatedStorage()
DatabaseInstanceReadReplicaProps.Builder.monitoringInterval
(Duration monitoringInterval) Sets the value ofDatabaseInstanceNewProps.getMonitoringInterval()
DatabaseInstanceReadReplicaProps.Builder.monitoringRole
(IRole monitoringRole) Sets the value ofDatabaseInstanceNewProps.getMonitoringRole()
Sets the value ofDatabaseInstanceNewProps.getMultiAz()
DatabaseInstanceReadReplicaProps.Builder.optionGroup
(IOptionGroup optionGroup) Sets the value ofDatabaseInstanceNewProps.getOptionGroup()
DatabaseInstanceReadReplicaProps.Builder.parameterGroup
(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceNewProps.getParameterGroup()
DatabaseInstanceReadReplicaProps.Builder.performanceInsightEncryptionKey
(IKey performanceInsightEncryptionKey) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightEncryptionKey()
DatabaseInstanceReadReplicaProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightRetention()
Sets the value ofDatabaseInstanceNewProps.getPort()
DatabaseInstanceReadReplicaProps.Builder.preferredBackupWindow
(String preferredBackupWindow) Sets the value ofDatabaseInstanceNewProps.getPreferredBackupWindow()
DatabaseInstanceReadReplicaProps.Builder.preferredMaintenanceWindow
(String preferredMaintenanceWindow) Sets the value ofDatabaseInstanceNewProps.getPreferredMaintenanceWindow()
DatabaseInstanceReadReplicaProps.Builder.processorFeatures
(ProcessorFeatures processorFeatures) Sets the value ofDatabaseInstanceNewProps.getProcessorFeatures()
DatabaseInstanceReadReplicaProps.Builder.publiclyAccessible
(Boolean publiclyAccessible) Sets the value ofDatabaseInstanceNewProps.getPubliclyAccessible()
DatabaseInstanceReadReplicaProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceNewProps.getRemovalPolicy()
DatabaseInstanceReadReplicaProps.Builder.s3ExportBuckets
(List<? extends IBucket> s3ExportBuckets) Sets the value ofDatabaseInstanceNewProps.getS3ExportBuckets()
DatabaseInstanceReadReplicaProps.Builder.s3ExportRole
(IRole s3ExportRole) Sets the value ofDatabaseInstanceNewProps.getS3ExportRole()
DatabaseInstanceReadReplicaProps.Builder.s3ImportBuckets
(List<? extends IBucket> s3ImportBuckets) Sets the value ofDatabaseInstanceNewProps.getS3ImportBuckets()
DatabaseInstanceReadReplicaProps.Builder.s3ImportRole
(IRole s3ImportRole) Sets the value ofDatabaseInstanceNewProps.getS3ImportRole()
DatabaseInstanceReadReplicaProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseInstanceNewProps.getSecurityGroups()
DatabaseInstanceReadReplicaProps.Builder.sourceDatabaseInstance
(IDatabaseInstance sourceDatabaseInstance) Sets the value ofDatabaseInstanceReadReplicaProps.getSourceDatabaseInstance()
DatabaseInstanceReadReplicaProps.Builder.storageEncrypted
(Boolean storageEncrypted) Sets the value ofDatabaseInstanceReadReplicaProps.getStorageEncrypted()
DatabaseInstanceReadReplicaProps.Builder.storageEncryptionKey
(IKey storageEncryptionKey) Sets the value ofDatabaseInstanceReadReplicaProps.getStorageEncryptionKey()
DatabaseInstanceReadReplicaProps.Builder.storageType
(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()
DatabaseInstanceReadReplicaProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()
Sets the value ofDatabaseInstanceNewProps.getVpc()
DatabaseInstanceReadReplicaProps.Builder.vpcPlacement
(SubnetSelection vpcPlacement) Deprecated.use `vpcSubnets`DatabaseInstanceReadReplicaProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofDatabaseInstanceNewProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDatabaseInstanceReadReplicaProps.Builder
.