public static final class GetInterceptionRuleDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetInterceptionRuleDetailRequest |
build() |
GetInterceptionRuleDetailRequest.Builder |
clusterId(String clusterId)
The ID of the container cluster.
|
GetInterceptionRuleDetailRequest.Builder |
ruleId(String ruleId)
The ID of the rule.
|
public GetInterceptionRuleDetailRequest.Builder clusterId(String clusterId)
The ID of the container cluster.
You can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters.
This parameter is required.
example:c7f60fdabc84xxx
public GetInterceptionRuleDetailRequest.Builder ruleId(String ruleId)
The ID of the rule.
You can call the ListInterceptionRulePage operation to query the IDs of rules.
This parameter is required.
example:500002
public GetInterceptionRuleDetailRequest build()
Copyright © 2026. All rights reserved.