Class ClusterParameterGroupProps.Builder
java.lang.Object
software.amazon.awscdk.services.neptune.alpha.ClusterParameterGroupProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ClusterParameterGroupProps>
- Enclosing interface:
ClusterParameterGroupProps
@Stability(Experimental)
public static final class ClusterParameterGroupProps.Builder
extends Object
implements software.amazon.jsii.Builder<ClusterParameterGroupProps>
A builder for
ClusterParameterGroupProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterParameterGroupName(String clusterParameterGroupName) Sets the value ofClusterParameterGroupProps.getClusterParameterGroupName()description(String description) Sets the value ofClusterParameterGroupProps.getDescription()family(ParameterGroupFamily family) Sets the value ofClusterParameterGroupProps.getFamily()parameters(Map<String, String> parameters) Sets the value ofClusterParameterGroupProps.getParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameters
@Stability(Experimental) public ClusterParameterGroupProps.Builder parameters(Map<String, String> parameters) Sets the value ofClusterParameterGroupProps.getParameters()- Parameters:
parameters- The parameters in this parameter group. This parameter is required.- Returns:
this
-
clusterParameterGroupName
@Stability(Experimental) public ClusterParameterGroupProps.Builder clusterParameterGroupName(String clusterParameterGroupName) Sets the value ofClusterParameterGroupProps.getClusterParameterGroupName()- Parameters:
clusterParameterGroupName- The name of the parameter group.- Returns:
this
-
description
Sets the value ofClusterParameterGroupProps.getDescription()- Parameters:
description- Description for this parameter group.- Returns:
this
-
family
@Stability(Experimental) public ClusterParameterGroupProps.Builder family(ParameterGroupFamily family) Sets the value ofClusterParameterGroupProps.getFamily()- Parameters:
family- Parameter group family.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ClusterParameterGroupProps>- Returns:
- a new instance of
ClusterParameterGroupProps - Throws:
NullPointerException- if any required attribute was not provided
-