@Stability(value=Stable) public static final class ParameterGroupProps.Builder extends Object implements software.amazon.jsii.Builder<ParameterGroupProps>
ParameterGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroupProps |
build()
Builds the configured instance.
|
ParameterGroupProps.Builder |
description(String description)
Sets the value of
ParameterGroupProps.getDescription() |
ParameterGroupProps.Builder |
engine(IEngine engine)
Sets the value of
ParameterGroupProps.getEngine() |
ParameterGroupProps.Builder |
parameters(Map<String,String> parameters)
Sets the value of
ParameterGroupProps.getParameters() |
@Stability(value=Stable) public ParameterGroupProps.Builder engine(IEngine engine)
ParameterGroupProps.getEngine()engine - The database engine for this parameter group. This parameter is required.this@Stability(value=Stable) public ParameterGroupProps.Builder description(String description)
ParameterGroupProps.getDescription()description - Description for this parameter group.this@Stability(value=Stable) public ParameterGroupProps.Builder parameters(Map<String,String> parameters)
ParameterGroupProps.getParameters()parameters - The parameters in this parameter group.this@Stability(value=Stable) public ParameterGroupProps build()
build in interface software.amazon.jsii.Builder<ParameterGroupProps>ParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.