Uses of Class
software.amazon.awscdk.services.neptune.ParameterGroup.Builder
Packages that use ParameterGroup.Builder
-
Uses of ParameterGroup.Builder in software.amazon.awscdk.services.neptune
Methods in software.amazon.awscdk.services.neptune that return ParameterGroup.BuilderModifier and TypeMethodDescriptionstatic ParameterGroup.Builder
ParameterGroup.Builder.description
(String description) (experimental) Description for this parameter group.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.