@Stability(value=Stable) public static final class CfnDBParameterGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnDBParameterGroup>
CfnDBParameterGroup.| Modifier and Type | Method and Description |
|---|---|
CfnDBParameterGroup |
build() |
static CfnDBParameterGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDBParameterGroup.Builder |
description(String description)
Provides the customer-specified description for this DB parameter group.
|
CfnDBParameterGroup.Builder |
family(String family)
Must be `neptune1` .
|
CfnDBParameterGroup.Builder |
name(String name)
Provides the name of the DB parameter group.
|
CfnDBParameterGroup.Builder |
parameters(Object parameters)
The parameters to set for this DB parameter group.
|
CfnDBParameterGroup.Builder |
tags(List<? extends CfnTag> tags)
The tags that you want to attach to this parameter group.
|
@Stability(value=Stable) public static CfnDBParameterGroup.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.CfnDBParameterGroup.Builder.@Stability(value=Stable) public CfnDBParameterGroup.Builder description(String description)
description - Provides the customer-specified description for this DB parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBParameterGroup.Builder family(String family)
family - Must be `neptune1` . This parameter is required.this@Stability(value=Stable) public CfnDBParameterGroup.Builder parameters(Object parameters)
The parameters are expressed as a JSON object consisting of key-value pairs.
Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers AWS CloudFormation to reboot the associated DB instance without failover.
parameters - The parameters to set for this DB parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBParameterGroup.Builder name(String name)
name - Provides the name of the DB parameter group. This parameter is required.this@Stability(value=Stable) public CfnDBParameterGroup.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 CfnDBParameterGroup build()
build in interface software.amazon.jsii.Builder<CfnDBParameterGroup>Copyright © 2022. All rights reserved.