@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 |
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 - A friendly description for this DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroupProps.Builder family(String family)
CfnDBClusterParameterGroupProps.getFamily()family - The DB cluster parameter group family name. This parameter is required.
A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a DB engine and engine version compatible with that DB cluster parameter group family.
The DB cluster parameter group family can't be changed when updating a DB cluster parameter group.
To list all of the available parameter group families, use the following command:
aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
The output contains duplicates.
For more information, see [CreateDBClusterParameterGroup](https://docs.aws.amazon.com//AmazonRDS/latest/APIReference/API_CreateDBClusterParameterGroup.html) .
this@Stability(value=Stable) public CfnDBClusterParameterGroupProps.Builder parameters(Object parameters)
CfnDBClusterParameterGroupProps.getParameters()parameters - Provides a list of parameters for the DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnDBClusterParameterGroupProps.getTags()tags - Tags to assign to the DB cluster 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.