CopyableBuilder<ResetDBClusterParameterGroupResponse.Builder,ResetDBClusterParameterGroupResponse>
, SdkBuilder<ResetDBClusterParameterGroupResponse.Builder,ResetDBClusterParameterGroupResponse>
public static interface ResetDBClusterParameterGroupResponse.Builder extends CopyableBuilder<ResetDBClusterParameterGroupResponse.Builder,ResetDBClusterParameterGroupResponse>
Modifier and Type | Method | Description |
---|---|---|
ResetDBClusterParameterGroupResponse.Builder |
dbClusterParameterGroupName(String dbClusterParameterGroupName) |
The name of the DB cluster parameter group.
|
copy
apply, build
ResetDBClusterParameterGroupResponse.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
Must be 1 to 255 alphanumeric characters
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 alphanumeric characters
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.