Uses of Class
software.amazon.awscdk.services.rds.DatabaseInstanceProps.Builder
Packages that use DatabaseInstanceProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseInstanceProps.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DatabaseInstanceProps.BuilderModifier and TypeMethodDescriptionDatabaseInstanceProps.Builder.allocatedStorage(Number allocatedStorage) Sets the value ofDatabaseInstanceSourceProps.getAllocatedStorage()DatabaseInstanceProps.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) Sets the value ofDatabaseInstanceSourceProps.getAllowMajorVersionUpgrade()DatabaseInstanceProps.Builder.applyImmediately(Boolean applyImmediately) Sets the value ofDatabaseInstanceNewProps.getApplyImmediately()DatabaseInstanceProps.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Sets the value ofDatabaseInstanceNewProps.getAutoMinorVersionUpgrade()DatabaseInstanceProps.Builder.availabilityZone(String availabilityZone) Sets the value ofDatabaseInstanceNewProps.getAvailabilityZone()DatabaseInstanceProps.Builder.backupRetention(Duration backupRetention) Sets the value ofDatabaseInstanceNewProps.getBackupRetention()DatabaseInstanceProps.builder()DatabaseInstanceProps.Builder.caCertificate(CaCertificate caCertificate) Sets the value ofDatabaseInstanceNewProps.getCaCertificate()DatabaseInstanceProps.Builder.characterSetName(String characterSetName) Sets the value ofDatabaseInstanceProps.getCharacterSetName()DatabaseInstanceProps.Builder.cloudwatchLogsExports(List<String> cloudwatchLogsExports) Sets the value ofDatabaseInstanceNewProps.getCloudwatchLogsExports()DatabaseInstanceProps.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention) Sets the value ofDatabaseInstanceNewProps.getCloudwatchLogsRetention()DatabaseInstanceProps.Builder.cloudwatchLogsRetentionRole(IRole cloudwatchLogsRetentionRole) Sets the value ofDatabaseInstanceNewProps.getCloudwatchLogsRetentionRole()DatabaseInstanceProps.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Sets the value ofDatabaseInstanceNewProps.getCopyTagsToSnapshot()DatabaseInstanceProps.Builder.credentials(Credentials credentials) Sets the value ofDatabaseInstanceProps.getCredentials()DatabaseInstanceProps.Builder.databaseInsightsMode(DatabaseInsightsMode databaseInsightsMode) Sets the value ofDatabaseInstanceNewProps.getDatabaseInsightsMode()DatabaseInstanceProps.Builder.databaseName(String databaseName) Sets the value ofDatabaseInstanceSourceProps.getDatabaseName()DatabaseInstanceProps.Builder.deleteAutomatedBackups(Boolean deleteAutomatedBackups) Sets the value ofDatabaseInstanceNewProps.getDeleteAutomatedBackups()DatabaseInstanceProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofDatabaseInstanceNewProps.getDeletionProtection()Sets the value ofDatabaseInstanceNewProps.getDomain()DatabaseInstanceProps.Builder.domainRole(IRoleRef domainRole) Sets the value ofDatabaseInstanceNewProps.getDomainRole()DatabaseInstanceProps.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Sets the value ofDatabaseInstanceNewProps.getEnablePerformanceInsights()DatabaseInstanceProps.Builder.engine(IInstanceEngine engine) Sets the value ofDatabaseInstanceSourceProps.getEngine()DatabaseInstanceProps.Builder.engineLifecycleSupport(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()DatabaseInstanceProps.Builder.iamAuthentication(Boolean iamAuthentication) Sets the value ofDatabaseInstanceNewProps.getIamAuthentication()DatabaseInstanceProps.Builder.instanceIdentifier(String instanceIdentifier) Sets the value ofDatabaseInstanceNewProps.getInstanceIdentifier()DatabaseInstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofDatabaseInstanceSourceProps.getInstanceType()Sets the value ofDatabaseInstanceNewProps.getIops()DatabaseInstanceProps.Builder.licenseModel(LicenseModel licenseModel) Sets the value ofDatabaseInstanceSourceProps.getLicenseModel()DatabaseInstanceProps.Builder.maxAllocatedStorage(Number maxAllocatedStorage) Sets the value ofDatabaseInstanceNewProps.getMaxAllocatedStorage()DatabaseInstanceProps.Builder.monitoringInterval(Duration monitoringInterval) Sets the value ofDatabaseInstanceNewProps.getMonitoringInterval()DatabaseInstanceProps.Builder.monitoringRole(IRoleRef monitoringRole) Sets the value ofDatabaseInstanceNewProps.getMonitoringRole()Sets the value ofDatabaseInstanceNewProps.getMultiAz()DatabaseInstanceProps.Builder.networkType(NetworkType networkType) Sets the value ofDatabaseInstanceNewProps.getNetworkType()DatabaseInstanceProps.Builder.optionGroup(IOptionGroup optionGroup) Sets the value ofDatabaseInstanceNewProps.getOptionGroup()DatabaseInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceNewProps.getParameterGroup()DatabaseInstanceProps.Builder.parameters(Map<String, String> parameters) Sets the value ofDatabaseInstanceSourceProps.getParameters()DatabaseInstanceProps.Builder.performanceInsightEncryptionKey(IKeyRef performanceInsightEncryptionKey) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightEncryptionKey()DatabaseInstanceProps.Builder.performanceInsightRetention(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightRetention()Sets the value ofDatabaseInstanceNewProps.getPort()DatabaseInstanceProps.Builder.preferredBackupWindow(String preferredBackupWindow) Sets the value ofDatabaseInstanceNewProps.getPreferredBackupWindow()DatabaseInstanceProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofDatabaseInstanceNewProps.getPreferredMaintenanceWindow()DatabaseInstanceProps.Builder.processorFeatures(ProcessorFeatures processorFeatures) Sets the value ofDatabaseInstanceNewProps.getProcessorFeatures()DatabaseInstanceProps.Builder.publiclyAccessible(Boolean publiclyAccessible) Sets the value ofDatabaseInstanceNewProps.getPubliclyAccessible()DatabaseInstanceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceNewProps.getRemovalPolicy()DatabaseInstanceProps.Builder.s3ExportBuckets(List<? extends IBucket> s3ExportBuckets) Sets the value ofDatabaseInstanceNewProps.getS3ExportBuckets()DatabaseInstanceProps.Builder.s3ExportRole(IRole s3ExportRole) Sets the value ofDatabaseInstanceNewProps.getS3ExportRole()DatabaseInstanceProps.Builder.s3ImportBuckets(List<? extends IBucket> s3ImportBuckets) Sets the value ofDatabaseInstanceNewProps.getS3ImportBuckets()DatabaseInstanceProps.Builder.s3ImportRole(IRole s3ImportRole) Sets the value ofDatabaseInstanceNewProps.getS3ImportRole()DatabaseInstanceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseInstanceNewProps.getSecurityGroups()DatabaseInstanceProps.Builder.storageEncrypted(Boolean storageEncrypted) Sets the value ofDatabaseInstanceProps.getStorageEncrypted()DatabaseInstanceProps.Builder.storageEncryptionKey(IKeyRef storageEncryptionKey) Sets the value ofDatabaseInstanceProps.getStorageEncryptionKey()DatabaseInstanceProps.Builder.storageThroughput(Number storageThroughput) Sets the value ofDatabaseInstanceNewProps.getStorageThroughput()DatabaseInstanceProps.Builder.storageType(StorageType storageType) Sets the value ofDatabaseInstanceNewProps.getStorageType()DatabaseInstanceProps.Builder.subnetGroup(ISubnetGroup subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()Sets the value ofDatabaseInstanceSourceProps.getTimezone()Sets the value ofDatabaseInstanceNewProps.getVpc()DatabaseInstanceProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofDatabaseInstanceNewProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.rds with parameters of type DatabaseInstanceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(DatabaseInstanceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseInstanceProps.Builder.