public static final class DescribeStrategyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeStrategyRequest |
build() |
DescribeStrategyRequest.Builder |
customType(String customType)
The type of the baseline check policy that you want to query.
|
DescribeStrategyRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeStrategyRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeStrategyRequest.Builder |
strategyIds(String strategyIds)
The ID of the baseline check policy that you want to query.
|
public DescribeStrategyRequest.Builder customType(String customType)
The type of the baseline check policy that you want to query. Valid values:
custom
public DescribeStrategyRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeStrategyRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:1.2.X.X
public DescribeStrategyRequest.Builder strategyIds(String strategyIds)
The ID of the baseline check policy that you want to query. Separate multiple IDs with commas (,).
example:8164248
public DescribeStrategyRequest build()
Copyright © 2026. All rights reserved.