@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 description(String description)
CfnParameterGroupProps.getDescription()description - `AWS::MemoryDB::ParameterGroup.Description`.this@Stability(value=Stable) public CfnParameterGroupProps.Builder family(String family)
CfnParameterGroupProps.getFamily()family - `AWS::MemoryDB::ParameterGroup.Family`. This parameter is required.this@Stability(value=Stable) public CfnParameterGroupProps.Builder parameterGroupName(String parameterGroupName)
CfnParameterGroupProps.getParameterGroupName()parameterGroupName - `AWS::MemoryDB::ParameterGroup.ParameterGroupName`. This parameter is required.this@Stability(value=Stable) public CfnParameterGroupProps.Builder parameters(Object parameters)
CfnParameterGroupProps.getParameters()parameters - `AWS::MemoryDB::ParameterGroup.Parameters`.this@Stability(value=Stable) public CfnParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnParameterGroupProps.getTags()tags - `AWS::MemoryDB::ParameterGroup.Tags`.this@Stability(value=Stable) public CfnParameterGroupProps build()
build in interface software.amazon.jsii.Builder<CfnParameterGroupProps>CfnParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.