public static final class DescribeCycleTaskListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCycleTaskListRequest |
build() |
DescribeCycleTaskListRequest.Builder |
configId(String configId)
The ID of the task configuration.
|
DescribeCycleTaskListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeCycleTaskListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeCycleTaskListRequest.Builder |
taskName(String taskName)
The name of the task.
|
DescribeCycleTaskListRequest.Builder |
taskType(String taskType)
The type of the task.
|
public DescribeCycleTaskListRequest.Builder configId(String configId)
The ID of the task configuration.
example:You can call the CreateCycleTask operation to query the IDs of task configurations.
f93b6ee24cfd0aad44b897ad5051****
public DescribeCycleTaskListRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
example:1
public DescribeCycleTaskListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
example:20
public DescribeCycleTaskListRequest.Builder taskName(String taskName)
The name of the task. Valid values:
IMAGE_SCAN
public DescribeCycleTaskListRequest.Builder taskType(String taskType)
The type of the task. Valid values:
IMAGE_SCAN
public DescribeCycleTaskListRequest build()
Copyright © 2026. All rights reserved.