Uses of Class
software.amazon.awscdk.services.neptune.alpha.ParameterGroupProps.Builder
-
Uses of ParameterGroupProps.Builder in software.amazon.awscdk.services.neptune.alpha
Modifier 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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ParameterGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theParameterGroupProps.Builder
.