public static final class DeleteInterceptionRuleRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteInterceptionRuleRequest |
build() |
DeleteInterceptionRuleRequest.Builder |
clusterId(String clusterId)
The ID of the cluster that you want to query.
|
DeleteInterceptionRuleRequest.Builder |
ruleIds(List<Long> ruleIds)
The IDs of the rules that you want to delete.
|
public DeleteInterceptionRuleRequest.Builder clusterId(String clusterId)
The ID of the cluster that you want to query.
You can call the DescribeGroupedContainerInstances operation to query the IDs of clusters.
This parameter is required.
example:cdf629147cc3747d292a3f587xxxxxxxx
public DeleteInterceptionRuleRequest.Builder ruleIds(List<Long> ruleIds)
The IDs of the rules that you want to delete.
public DeleteInterceptionRuleRequest build()
Copyright © 2026. All rights reserved.