Class CfnParameterGroup.Builder
java.lang.Object
software.amazon.awscdk.services.memorydb.CfnParameterGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnParameterGroup>
- Enclosing class:
CfnParameterGroup
@Stability(Stable)
public static final class CfnParameterGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnParameterGroup>
A fluent builder for
CfnParameterGroup
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnParameterGroup.Builder
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 CfnParameterGroup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnParameterGroup.Builder
.
-
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
The name of the parameter group.- Parameters:
parameterGroupName
- The name of the parameter group. This parameter is required.- Returns:
this
- See Also:
-
description
A description of the parameter group.- Parameters:
description
- A description 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnParameterGroup>
- Returns:
- a newly built instance of
CfnParameterGroup
.
-