@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)
Provides the customer-specified description for this DB cluster parameter group.
|
CfnDBClusterParameterGroup.Builder |
family(String family)
Must be `neptune1` .
|
CfnDBClusterParameterGroup.Builder |
name(String name)
Provides the name of the DB cluster parameter group.
|
CfnDBClusterParameterGroup.Builder |
parameters(Object parameters)
The parameters to set for this DB cluster parameter group.
|
CfnDBClusterParameterGroup.Builder |
tags(List<? extends CfnTag> tags)
The tags that you want to attach to this 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 - Provides the customer-specified description for this DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroup.Builder family(String family)
family - Must be `neptune1` . This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroup.Builder parameters(Object parameters)
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.
parameters - The parameters to set for this DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroup.Builder name(String name)
name - Provides the name of the DB cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBClusterParameterGroup.Builder tags(List<? extends CfnTag> tags)
tags - The tags that you want to attach to this 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.