@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 |
family(String family)
Sets the value of
CfnParameterGroupProps.getFamily() |
CfnParameterGroupProps.Builder |
parameterGroupName(String parameterGroupName)
Sets the value of
CfnParameterGroupProps.getParameterGroupName() |
CfnParameterGroupProps.Builder |
parameters(Object parameters)
Sets the value of
CfnParameterGroupProps.getParameters() |
CfnParameterGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnParameterGroupProps.getTags() |
@Stability(value=Stable) public CfnParameterGroupProps.Builder family(String family)
CfnParameterGroupProps.getFamily()family - The name of the parameter group family that this parameter group is compatible with. This parameter is required.this@Stability(value=Stable) public CfnParameterGroupProps.Builder parameterGroupName(String parameterGroupName)
CfnParameterGroupProps.getParameterGroupName()parameterGroupName - The name of the parameter group. This parameter is required.this@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 parameters(Object parameters)
CfnParameterGroupProps.getParameters()parameters - Returns the detailed parameter list for the parameter group.this@Stability(value=Stable) public CfnParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnParameterGroupProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .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.