@Stability(value=Stable) public static final class CfnDBClusterParameterGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBClusterParameterGroupProps>
CfnDBClusterParameterGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBClusterParameterGroupProps |
build()
Builds the configured instance.
|
CfnDBClusterParameterGroupProps.Builder |
description(String description)
Sets the value of
CfnDBClusterParameterGroupProps.getDescription() |
CfnDBClusterParameterGroupProps.Builder |
family(String family)
Sets the value of
CfnDBClusterParameterGroupProps.getFamily() |
CfnDBClusterParameterGroupProps.Builder |
name(String name)
Sets the value of
CfnDBClusterParameterGroupProps.getName() |
CfnDBClusterParameterGroupProps.Builder |
parameters(Object parameters)
Sets the value of
CfnDBClusterParameterGroupProps.getParameters() |
CfnDBClusterParameterGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDBClusterParameterGroupProps.getTags() |
@Stability(value=Stable) public CfnDBClusterParameterGroupProps.Builder description(String description)
CfnDBClusterParameterGroupProps.getDescription()description - Provides the customer-specified description for this DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroupProps.Builder family(String family)
CfnDBClusterParameterGroupProps.getFamily()family - Must be `neptune1` . This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroupProps.Builder parameters(Object parameters)
CfnDBClusterParameterGroupProps.getParameters()parameters - The parameters to set for this DB cluster parameter group. This parameter is required.
The parameters are expressed as a JSON object consisting of key-value pairs.
If you update the parameters, some interruption may occur depending on which parameters you update.
this@Stability(value=Stable) public CfnDBClusterParameterGroupProps.Builder name(String name)
CfnDBClusterParameterGroupProps.getName()name - Provides the name of the DB cluster parameter group.this@Stability(value=Stable) public CfnDBClusterParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnDBClusterParameterGroupProps.getTags()tags - The tags that you want to attach to this parameter group.this@Stability(value=Stable) public CfnDBClusterParameterGroupProps build()
build in interface software.amazon.jsii.Builder<CfnDBClusterParameterGroupProps>CfnDBClusterParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.