public static final class CfnDBParameterGroup.Builder
extends java.lang.Object
CfnDBParameterGroup
.Modifier and Type | Method and Description |
---|---|
CfnDBParameterGroup |
build() |
static CfnDBParameterGroup.Builder |
create(Construct scope,
java.lang.String id) |
CfnDBParameterGroup.Builder |
description(java.lang.String description)
Provides the customer-specified description for this DB parameter group.
|
CfnDBParameterGroup.Builder |
family(java.lang.String family)
Must be `neptune1` for engine versions prior to [1.2.0.0](https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.2.0.0.html) , or `neptune1.2` for engine version `1.2.0.0` and higher.
|
CfnDBParameterGroup.Builder |
name(java.lang.String name)
Provides the name of the DB parameter group.
|
CfnDBParameterGroup.Builder |
parameters(java.lang.Object parameters)
The parameters to set for this DB parameter group.
|
CfnDBParameterGroup.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags that you want to attach to this parameter group.
|
public static CfnDBParameterGroup.Builder create(Construct scope, java.lang.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
.public CfnDBParameterGroup.Builder description(java.lang.String description)
description
- Provides the customer-specified description for this DB parameter group. This parameter is required.this
public CfnDBParameterGroup.Builder family(java.lang.String family)
family
- Must be `neptune1` for engine versions prior to [1.2.0.0](https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases-1.2.0.0.html) , or `neptune1.2` for engine version `1.2.0.0` and higher. This parameter is required.this
public CfnDBParameterGroup.Builder parameters(java.lang.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
public CfnDBParameterGroup.Builder name(java.lang.String name)
name
- Provides the name of the DB parameter group. This parameter is required.this
public CfnDBParameterGroup.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags that you want to attach to this parameter group. This parameter is required.this
public CfnDBParameterGroup build()