@Stability(value=Stable) public static final class CfnParameterGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnParameterGroup>
CfnParameterGroup.| Modifier and Type | Method and Description |
|---|---|
CfnParameterGroup |
build() |
static CfnParameterGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnParameterGroup.Builder |
description(String description)
A description of the parameter group.
|
CfnParameterGroup.Builder |
parameterGroupName(String parameterGroupName)
The name of the parameter group.
|
CfnParameterGroup.Builder |
parameterNameValues(Object parameterNameValues)
An array of name-value pairs for the parameters in the group.
|
@Stability(value=Stable) public static CfnParameterGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnParameterGroup.Builder.@Stability(value=Stable) public CfnParameterGroup.Builder description(String description)
description - A description of the parameter group. This parameter is required.this@Stability(value=Stable) public CfnParameterGroup.Builder parameterGroupName(String parameterGroupName)
parameterGroupName - The name of the parameter group. This parameter is required.this@Stability(value=Stable) public CfnParameterGroup.Builder parameterNameValues(Object parameterNameValues)
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 .
parameterNameValues - An array of name-value pairs for the parameters in the group. This parameter is required.this@Stability(value=Stable) public CfnParameterGroup build()
build in interface software.amazon.jsii.Builder<CfnParameterGroup>Copyright © 2022. All rights reserved.