@Stability(value=Stable) public static final class CfnDBParameterGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBParameterGroupProps>
CfnDBParameterGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBParameterGroupProps |
build()
Builds the configured instance.
|
CfnDBParameterGroupProps.Builder |
description(String description)
Sets the value of
CfnDBParameterGroupProps.getDescription() |
CfnDBParameterGroupProps.Builder |
family(String family)
Sets the value of
CfnDBParameterGroupProps.getFamily() |
CfnDBParameterGroupProps.Builder |
name(String name)
Sets the value of
CfnDBParameterGroupProps.getName() |
CfnDBParameterGroupProps.Builder |
parameters(Object parameters)
Sets the value of
CfnDBParameterGroupProps.getParameters() |
CfnDBParameterGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDBParameterGroupProps.getTags() |
@Stability(value=Stable) public CfnDBParameterGroupProps.Builder description(String description)
CfnDBParameterGroupProps.getDescription()description - `AWS::Neptune::DBParameterGroup.Description`. This parameter is required.this@Stability(value=Stable) public CfnDBParameterGroupProps.Builder family(String family)
CfnDBParameterGroupProps.getFamily()family - `AWS::Neptune::DBParameterGroup.Family`. This parameter is required.this@Stability(value=Stable) public CfnDBParameterGroupProps.Builder parameters(Object parameters)
CfnDBParameterGroupProps.getParameters()parameters - `AWS::Neptune::DBParameterGroup.Parameters`. This parameter is required.this@Stability(value=Stable) public CfnDBParameterGroupProps.Builder name(String name)
CfnDBParameterGroupProps.getName()name - `AWS::Neptune::DBParameterGroup.Name`.this@Stability(value=Stable) public CfnDBParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnDBParameterGroupProps.getTags()tags - `AWS::Neptune::DBParameterGroup.Tags`.this@Stability(value=Stable) public CfnDBParameterGroupProps build()
build in interface software.amazon.jsii.Builder<CfnDBParameterGroupProps>CfnDBParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.