Class CfnParameterGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.memorydb.CfnParameterGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnParameterGroupPropsMixin>
- Enclosing class:
CfnParameterGroupPropsMixin
@Stability(Stable)
public static final class CfnParameterGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnParameterGroupPropsMixin>
A fluent builder for
CfnParameterGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description of the parameter group.The name of the parameter group family that this parameter group is compatible with.parameterGroupName(String parameterGroupName) The name of the parameter group.parameters(Object parameters) Returns the detailed parameter list for the parameter group.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnParameterGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnParameterGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnParameterGroupPropsMixin.Builder.
-
description
A description of the parameter group.- Parameters:
description- A description of the parameter group. This parameter is required.- Returns:
this- See Also:
-
family
The name of the parameter group family that this parameter group is compatible with.- Parameters:
family- The name of the parameter group family that this parameter group is compatible with. This parameter is required.- Returns:
this- See Also:
-
parameterGroupName
@Stability(Stable) public CfnParameterGroupPropsMixin.Builder parameterGroupName(String parameterGroupName) The name of the parameter group.- Parameters:
parameterGroupName- The name of the parameter group. This parameter is required.- Returns:
this- See Also:
-
parameters
Returns the detailed parameter list for the parameter group.- Parameters:
parameters- Returns the detailed parameter list for the parameter group. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnParameterGroupPropsMixin>- Returns:
- a newly built instance of
CfnParameterGroupPropsMixin.
-