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
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- 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
-
parameterGroupName
The name of the parameter group.- Parameters:
parameterGroupName
- The name of the parameter group. This parameter is required.- Returns:
this
-
description
A description of the parameter group.- Parameters:
description
- A description of the parameter group. This parameter is required.- Returns:
this
-
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
-
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
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnParameterGroup>
- Returns:
- a newly built instance of
CfnParameterGroup
.
-