Class CfnParameterGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.memorydb.CfnParameterGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnParameterGroupMixinProps>
- Enclosing interface:
CfnParameterGroupMixinProps
@Stability(Stable)
public static final class CfnParameterGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnParameterGroupMixinProps>
A builder for
CfnParameterGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnParameterGroupMixinProps.getDescription()Sets the value ofCfnParameterGroupMixinProps.getFamily()parameterGroupName(String parameterGroupName) Sets the value ofCfnParameterGroupMixinProps.getParameterGroupName()parameters(Object parameters) Sets the value ofCfnParameterGroupMixinProps.getParameters()Sets the value ofCfnParameterGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnParameterGroupMixinProps.getDescription()- Parameters:
description- A description of the parameter group.- Returns:
this
-
family
Sets the value ofCfnParameterGroupMixinProps.getFamily()- Parameters:
family- The name of the parameter group family that this parameter group is compatible with.- Returns:
this
-
parameterGroupName
@Stability(Stable) public CfnParameterGroupMixinProps.Builder parameterGroupName(String parameterGroupName) Sets the value ofCfnParameterGroupMixinProps.getParameterGroupName()- Parameters:
parameterGroupName- The name of the parameter group.- Returns:
this
-
parameters
Sets the value ofCfnParameterGroupMixinProps.getParameters()- Parameters:
parameters- Returns the detailed parameter list for the parameter group.- Returns:
this
-
tags
Sets the value ofCfnParameterGroupMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnParameterGroupMixinProps>- Returns:
- a new instance of
CfnParameterGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-