public static final class DescribeImageRepoDetailListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeImageRepoDetailListRequest |
build() |
DescribeImageRepoDetailListRequest.Builder |
criteria(String criteria)
The search conditions for assets.
|
DescribeImageRepoDetailListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeImageRepoDetailListRequest.Builder |
logicalExp(String logicalExp)
The logical relationship that you want to use to evaluate multiple search conditions.
|
DescribeImageRepoDetailListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
public DescribeImageRepoDetailListRequest.Builder criteria(String criteria)
The search conditions for assets. The value of this parameter is in the JSON format and contains the following fields:
name: the search condition.
name: the value of the search condition.
logicalExp: the logical relation for multiple search conditions. Valid values:
example:You can call the DescribeImageRepoCriteria operation to query the supported search conditions.
[{"name":"vulStatus","value":"YES","logicalExp":"AND"}]
public DescribeImageRepoDetailListRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeImageRepoDetailListRequest.Builder logicalExp(String logicalExp)
The logical relationship that you want to use to evaluate multiple search conditions. Valid values:
OR
public DescribeImageRepoDetailListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public DescribeImageRepoDetailListRequest build()
Copyright © 2026. All rights reserved.