| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.description(String description)
Provides the customer-specified description for this DB parameter group.
|
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.family(String family)
Must be `neptune1` .
|
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.name(String name)
Provides the name of the DB parameter group.
|
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.parameters(Object parameters)
The parameters to set for this DB parameter group.
|
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.tags(List<? extends CfnTag> tags)
The tags that you want to attach to this parameter group.
|
Copyright © 2022. All rights reserved.