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