public static final class DescribeStrategyExecDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeStrategyExecDetailRequest |
build() |
DescribeStrategyExecDetailRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeStrategyExecDetailRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeStrategyExecDetailRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeStrategyExecDetailRequest.Builder |
strategyId(Integer strategyId)
The ID of the baseline check policy.
|
public DescribeStrategyExecDetailRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeStrategyExecDetailRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 10. If you leave this parameter empty, 10 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
10
public DescribeStrategyExecDetailRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:1.2.XX.XX
public DescribeStrategyExecDetailRequest.Builder strategyId(Integer strategyId)
The ID of the baseline check policy.
You can call the DescribeStrategy operation to query the IDs of baseline check policies.
This parameter is required.
example:8437592
public DescribeStrategyExecDetailRequest build()
Copyright © 2026. All rights reserved.