public static final class CfnDBParameterGroupProps.Builder
extends java.lang.Object
CfnDBParameterGroupProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDBParameterGroupProps |
build()
Builds the configured instance.
|
CfnDBParameterGroupProps.Builder |
description(java.lang.String description)
Sets the value of
CfnDBParameterGroupProps.getDescription() |
CfnDBParameterGroupProps.Builder |
family(java.lang.String family)
Sets the value of
CfnDBParameterGroupProps.getFamily() |
CfnDBParameterGroupProps.Builder |
name(java.lang.String name)
Sets the value of
CfnDBParameterGroupProps.getName() |
CfnDBParameterGroupProps.Builder |
parameters(java.lang.Object parameters)
Sets the value of
CfnDBParameterGroupProps.getParameters() |
CfnDBParameterGroupProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnDBParameterGroupProps.getTags() |
public CfnDBParameterGroupProps.Builder description(java.lang.String description)
CfnDBParameterGroupProps.getDescription()
description
- Provides the customer-specified description for this DB parameter group. This parameter is required.this
public CfnDBParameterGroupProps.Builder family(java.lang.String family)
CfnDBParameterGroupProps.getFamily()
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 CfnDBParameterGroupProps.Builder parameters(java.lang.Object parameters)
CfnDBParameterGroupProps.getParameters()
parameters
- The parameters to set for this DB parameter group. This parameter is required.
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.
this
public CfnDBParameterGroupProps.Builder name(java.lang.String name)
CfnDBParameterGroupProps.getName()
name
- Provides the name of the DB parameter group.this
public CfnDBParameterGroupProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnDBParameterGroupProps.getTags()
tags
- The tags that you want to attach to this parameter group.this
public CfnDBParameterGroupProps build()
CfnDBParameterGroupProps
java.lang.NullPointerException
- if any required attribute was not provided