Uses of Class
software.amazon.awscdk.services.rds.ParameterGroup.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ParameterGroup.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionstatic ParameterGroup.Builder
ParameterGroup.Builder.description
(String description) Description for this parameter group.The database engine for this parameter group.The name of this parameter group.ParameterGroup.Builder.parameters
(Map<String, String> parameters) The parameters in this parameter group.ParameterGroup.Builder.removalPolicy
(RemovalPolicy removalPolicy) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.