@Stability(value=Stable) public static final class CfnDBClusterParameterGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnDBClusterParameterGroup>
CfnDBClusterParameterGroup.| Modifier and Type | Method and Description |
|---|---|
CfnDBClusterParameterGroup |
build() |
static CfnDBClusterParameterGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDBClusterParameterGroup.Builder |
description(String description)
A friendly description for this DB cluster parameter group.
|
CfnDBClusterParameterGroup.Builder |
family(String family)
The DB cluster parameter group family name.
|
CfnDBClusterParameterGroup.Builder |
parameters(Object parameters)
Provides a list of parameters for the DB cluster parameter group.
|
CfnDBClusterParameterGroup.Builder |
tags(List<? extends CfnTag> tags)
Tags to assign to the DB cluster parameter group.
|
@Stability(value=Stable) public static CfnDBClusterParameterGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDBClusterParameterGroup.Builder.@Stability(value=Stable) public CfnDBClusterParameterGroup.Builder description(String description)
description - A friendly description for this DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroup.Builder family(String family)
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) .
family - The DB cluster parameter group family name. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroup.Builder parameters(Object parameters)
parameters - Provides a list of parameters for the DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroup.Builder tags(List<? extends CfnTag> tags)
tags - Tags to assign to the DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroup build()
build in interface software.amazon.jsii.Builder<CfnDBClusterParameterGroup>Copyright © 2022. All rights reserved.