public static interface ModifyDBClusterParameterGroupResponse.Builder extends RDSResponse.Builder, CopyableBuilder<ModifyDBClusterParameterGroupResponse.Builder,ModifyDBClusterParameterGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyDBClusterParameterGroupResponse.Builder |
dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group.
|
buildcopyapply, buildModifyDBClusterParameterGroupResponse.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
Must be 1 to 255 letters or numbers.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
dbClusterParameterGroupName - The name of the DB cluster parameter group.
Constraints:
Must be 1 to 255 letters or numbers.
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.