Uses of Class
software.amazon.awscdk.services.neptune.alpha.ParameterGroupProps.Builder
Packages that use ParameterGroupProps.Builder
-
Uses of ParameterGroupProps.Builder in software.amazon.awscdk.services.neptune.alpha
Methods in software.amazon.awscdk.services.neptune.alpha that return ParameterGroupProps.BuilderModifier and TypeMethodDescriptionstatic ParameterGroupProps.Builder
ParameterGroupProps.builder()
ParameterGroupProps.Builder.description
(String description) Sets the value ofParameterGroupProps.getDescription()
ParameterGroupProps.Builder.family
(ParameterGroupFamily family) Sets the value ofParameterGroupProps.getFamily()
ParameterGroupProps.Builder.parameterGroupName
(String parameterGroupName) Sets the value ofParameterGroupProps.getParameterGroupName()
ParameterGroupProps.Builder.parameters
(Map<String, String> parameters) Sets the value ofParameterGroupProps.getParameters()
Constructors in software.amazon.awscdk.services.neptune.alpha with parameters of type ParameterGroupProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ParameterGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theParameterGroupProps.Builder
.