public static interface ResetDbClusterParameterGroupResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ResetDbClusterParameterGroupResponse.Builder,ResetDbClusterParameterGroupResponse>
Modifier and Type | Method and Description |
---|---|
ResetDbClusterParameterGroupResponse.Builder |
dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the DB cluster parameter group.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ResetDbClusterParameterGroupResponse.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
Can't 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
Can't end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
Copyright © 2023. All rights reserved.