public static final class DescribeImageInstancesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeImageInstancesRequest |
build() |
DescribeImageInstancesRequest.Builder |
criteria(String criteria)
The search condition that is used to filter the server.
|
DescribeImageInstancesRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeImageInstancesRequest.Builder |
logicalExp(String logicalExp)
The logical relationship that you want to use to evaluate multiple search conditions.
|
DescribeImageInstancesRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeImageInstancesRequest.Builder |
scanned(Boolean scanned)
Specifies whether the image is scanned.
|
public DescribeImageInstancesRequest.Builder criteria(String criteria)
The search condition that is used to filter the server. 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 DescribeImageCriteria operation to query the supported search conditions.
[{"name":"instanceId","value":"390100182","logicalExp":"AND"}]
public DescribeImageInstancesRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Pages start from page 1. Default value: 1.
example:1
public DescribeImageInstancesRequest.Builder logicalExp(String logicalExp)
The logical relationship that you want to use to evaluate multiple search conditions. Valid values:
OR
public DescribeImageInstancesRequest.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 DescribeImageInstancesRequest.Builder scanned(Boolean scanned)
Specifies whether the image is scanned. Valid values:
true
public DescribeImageInstancesRequest build()
Copyright © 2026. All rights reserved.