public static final class DescribeCriteriaResponseBody.CriteriaList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCriteriaResponseBody.CriteriaList |
build() |
DescribeCriteriaResponseBody.CriteriaList.Builder |
multiValues(String multiValues)
The structured attribute values of the assets that match the keyword.
|
DescribeCriteriaResponseBody.CriteriaList.Builder |
name(String name)
The name of the search condition.
|
DescribeCriteriaResponseBody.CriteriaList.Builder |
type(String type)
The type of the search condition.
|
DescribeCriteriaResponseBody.CriteriaList.Builder |
values(String values)
The attribute values of the assets that match the keyword.
|
public DescribeCriteriaResponseBody.CriteriaList.Builder multiValues(String multiValues)
The structured attribute values of the assets that match the keyword. The value of this parameter is in the JSON format and contains the following fields:
[{"vendor":0,"regionIds":{"default":["ap-southeast-1","ap-northeast-2","ap-southeast-3","ap-southeast-5","ap-southeast-7","me-central-1"]}},{"vendor":1,"regionIds":{"default":["outside-of-aliyun"]}}]
public DescribeCriteriaResponseBody.CriteriaList.Builder name(String name)
The name of the search condition. Valid values:
internetIp
public DescribeCriteriaResponseBody.CriteriaList.Builder type(String type)
The type of the search condition. Valid values:
input
public DescribeCriteriaResponseBody.CriteriaList.Builder values(String values)
The attribute values of the assets that match the keyword.
example:47.96.XX.XX
public DescribeCriteriaResponseBody.CriteriaList build()
Copyright © 2026. All rights reserved.