Uses of Class
software.amazon.awscdk.services.rds.ProvisionedClusterInstanceProps.Builder
Packages that use ProvisionedClusterInstanceProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ProvisionedClusterInstanceProps.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return ProvisionedClusterInstanceProps.BuilderModifier and TypeMethodDescriptionProvisionedClusterInstanceProps.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) Sets the value ofClusterInstanceOptions.getAllowMajorVersionUpgrade()ProvisionedClusterInstanceProps.Builder.applyImmediately(Boolean applyImmediately) Sets the value ofClusterInstanceOptions.getApplyImmediately()ProvisionedClusterInstanceProps.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Sets the value ofClusterInstanceOptions.getAutoMinorVersionUpgrade()ProvisionedClusterInstanceProps.Builder.availabilityZone(String availabilityZone) Sets the value ofClusterInstanceOptions.getAvailabilityZone()ProvisionedClusterInstanceProps.builder()ProvisionedClusterInstanceProps.Builder.caCertificate(CaCertificate caCertificate) Sets the value ofClusterInstanceOptions.getCaCertificate()ProvisionedClusterInstanceProps.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Sets the value ofClusterInstanceOptions.getEnablePerformanceInsights()ProvisionedClusterInstanceProps.Builder.instanceIdentifier(String instanceIdentifier) Sets the value ofClusterInstanceOptions.getInstanceIdentifier()ProvisionedClusterInstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofProvisionedClusterInstanceProps.getInstanceType()ProvisionedClusterInstanceProps.Builder.isFromLegacyInstanceProps(Boolean isFromLegacyInstanceProps) Sets the value ofClusterInstanceOptions.getIsFromLegacyInstanceProps()ProvisionedClusterInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofClusterInstanceOptions.getParameterGroup()ProvisionedClusterInstanceProps.Builder.parameters(Map<String, String> parameters) Sets the value ofClusterInstanceOptions.getParameters()ProvisionedClusterInstanceProps.Builder.performanceInsightEncryptionKey(IKey performanceInsightEncryptionKey) Sets the value ofClusterInstanceOptions.getPerformanceInsightEncryptionKey()ProvisionedClusterInstanceProps.Builder.performanceInsightRetention(PerformanceInsightRetention performanceInsightRetention) Sets the value ofClusterInstanceOptions.getPerformanceInsightRetention()ProvisionedClusterInstanceProps.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) Sets the value ofClusterInstanceOptions.getPreferredMaintenanceWindow()ProvisionedClusterInstanceProps.Builder.promotionTier(Number promotionTier) Sets the value ofProvisionedClusterInstanceProps.getPromotionTier()ProvisionedClusterInstanceProps.Builder.publiclyAccessible(Boolean publiclyAccessible) Sets the value ofClusterInstanceOptions.getPubliclyAccessible()Constructors in software.amazon.awscdk.services.rds with parameters of type ProvisionedClusterInstanceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theProvisionedClusterInstanceProps.Builder.