Uses of Class
software.amazon.awscdk.services.neptune.ClusterParameterGroupProps.Builder
Packages that use ClusterParameterGroupProps.Builder
-
Uses of ClusterParameterGroupProps.Builder in software.amazon.awscdk.services.neptune
Methods in software.amazon.awscdk.services.neptune that return ClusterParameterGroupProps.BuilderModifier 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.parameters(Map<String, String> parameters) Sets the value ofClusterParameterGroupProps.getParameters()Constructors in software.amazon.awscdk.services.neptune with parameters of type ClusterParameterGroupProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theClusterParameterGroupProps.Builder.