Uses of Class
software.amazon.awscdk.services.neptune.alpha.ClusterParameterGroupProps.Builder
-
Uses of ClusterParameterGroupProps.Builder in software.amazon.awscdk.services.neptune.alpha
Modifier and TypeMethodDescriptionClusterParameterGroupProps.builder()
ClusterParameterGroupProps.Builder.clusterParameterGroupName
(String clusterParameterGroupName) Sets the value ofClusterParameterGroupProps.getClusterParameterGroupName()
ClusterParameterGroupProps.Builder.description
(String description) Sets the value ofClusterParameterGroupProps.getDescription()
ClusterParameterGroupProps.Builder.family
(ParameterGroupFamily family) Sets the value ofClusterParameterGroupProps.getFamily()
ClusterParameterGroupProps.Builder.parameters
(Map<String, String> parameters) Sets the value ofClusterParameterGroupProps.getParameters()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theClusterParameterGroupProps.Builder
.