@Stability(value=Stable) public static final class CfnParameterGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnParameterGroupProps>
CfnParameterGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnParameterGroupProps |
build()
Builds the configured instance.
|
CfnParameterGroupProps.Builder |
description(String description)
Sets the value of
CfnParameterGroupProps.getDescription() |
CfnParameterGroupProps.Builder |
parameterGroupName(String parameterGroupName)
Sets the value of
CfnParameterGroupProps.getParameterGroupName() |
CfnParameterGroupProps.Builder |
parameterNameValues(Object parameterNameValues)
Sets the value of
CfnParameterGroupProps.getParameterNameValues() |
@Stability(value=Stable) public CfnParameterGroupProps.Builder description(String description)
CfnParameterGroupProps.getDescription()description - A description of the parameter group.this@Stability(value=Stable) public CfnParameterGroupProps.Builder parameterGroupName(String parameterGroupName)
CfnParameterGroupProps.getParameterGroupName()parameterGroupName - The name of the parameter group.this@Stability(value=Stable) public CfnParameterGroupProps.Builder parameterNameValues(Object parameterNameValues)
CfnParameterGroupProps.getParameterNameValues()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 .
this@Stability(value=Stable) public CfnParameterGroupProps build()
build in interface software.amazon.jsii.Builder<CfnParameterGroupProps>CfnParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.