Uses of Class
software.amazon.awscdk.services.rds.InstanceProps.Builder
Packages that use InstanceProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
- 
Uses of InstanceProps.Builder in software.amazon.awscdk.services.rdsMethods in software.amazon.awscdk.services.rds that return InstanceProps.BuilderModifier and TypeMethodDescriptionInstanceProps.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) Sets the value ofInstanceProps.getAllowMajorVersionUpgrade()InstanceProps.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Sets the value ofInstanceProps.getAutoMinorVersionUpgrade()static InstanceProps.BuilderInstanceProps.builder()InstanceProps.Builder.deleteAutomatedBackups(Boolean deleteAutomatedBackups) Sets the value ofInstanceProps.getDeleteAutomatedBackups()InstanceProps.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Sets the value ofInstanceProps.getEnablePerformanceInsights()InstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofInstanceProps.getInstanceType()InstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofInstanceProps.getParameterGroup()InstanceProps.Builder.parameters(Map<String, String> parameters) Sets the value ofInstanceProps.getParameters()InstanceProps.Builder.performanceInsightEncryptionKey(IKey performanceInsightEncryptionKey) Sets the value ofInstanceProps.getPerformanceInsightEncryptionKey()InstanceProps.Builder.performanceInsightRetention(PerformanceInsightRetention performanceInsightRetention) Sets the value ofInstanceProps.getPerformanceInsightRetention()InstanceProps.Builder.publiclyAccessible(Boolean publiclyAccessible) Sets the value ofInstanceProps.getPubliclyAccessible()InstanceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofInstanceProps.getSecurityGroups()Sets the value ofInstanceProps.getVpc()InstanceProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofInstanceProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.rds with parameters of type InstanceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(InstanceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theInstanceProps.Builder.