public static interface DeleteDbClusterParameterGroupRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<DeleteDbClusterParameterGroupRequest.Builder,DeleteDbClusterParameterGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDbClusterParameterGroupRequest.Builder |
dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the cluster parameter group.
|
DeleteDbClusterParameterGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDbClusterParameterGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDbClusterParameterGroupRequest.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName)
The name of the cluster parameter group.
Constraints:
Must be the name of an existing cluster parameter group.
You can't delete a default cluster parameter group.
Cannot be associated with any clusters.
dbClusterParameterGroupName - The name of the cluster parameter group.
Constraints:
Must be the name of an existing cluster parameter group.
You can't delete a default cluster parameter group.
Cannot be associated with any clusters.
DeleteDbClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDbClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.