Class CfnParameterGroup.Builder
java.lang.Object
software.amazon.awscdk.services.dax.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.Builderdescription(String description) A description of the parameter group.parameterGroupName(String parameterGroupName) The name of the parameter group.parameterNameValues(Object parameterNameValues) An array of name-value pairs for the parameters in the group.
-
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.
-
description
A description of the parameter group.- Parameters:
description- A description of the parameter group. 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
-
parameterNameValues
An array of name-value pairs for the parameters in the group.Each element in the array represents a single parameter.
record-ttl-millisandquery-ttl-millisare the only supported parameter names. For more details, see Configuring TTL Settings .- Parameters:
parameterNameValues- An array of name-value pairs for the parameters in the group. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnParameterGroup>- Returns:
- a newly built instance of
CfnParameterGroup.
-