public static interface ModifyDbClusterParameterGroupResponse.Builder extends DocDbResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbClusterParameterGroupResponse.Builder,ModifyDbClusterParameterGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyDbClusterParameterGroupResponse.Builder |
dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of a cluster parameter group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbClusterParameterGroupResponse.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of a cluster parameter group.
Constraints:
Must be from 1 to 255 letters or numbers.
The 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 a cluster parameter group.
Constraints:
Must be from 1 to 255 letters or numbers.
The 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 © 2022. All rights reserved.