Uses of Class
software.amazon.awscdk.services.neptune.alpha.ParameterGroup.Builder
Packages that use ParameterGroup.Builder
-
Uses of ParameterGroup.Builder in software.amazon.awscdk.services.neptune.alpha
Methods in software.amazon.awscdk.services.neptune.alpha that return ParameterGroup.BuilderModifier and TypeMethodDescriptionstatic ParameterGroup.BuilderParameterGroup.Builder.description(String description) (experimental) Description for this parameter group.ParameterGroup.Builder.family(ParameterGroupFamily family) (experimental) Parameter group family.ParameterGroup.Builder.parameterGroupName(String parameterGroupName) (experimental) The name of the parameter group.ParameterGroup.Builder.parameters(Map<String, String> parameters) (experimental) The parameters in this parameter group.