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