public static final class DescribeCriteriaRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCriteriaRequest |
build() |
DescribeCriteriaRequest.Builder |
machineTypes(String machineTypes)
The type of the asset.
|
DescribeCriteriaRequest.Builder |
supportAutoTag(Boolean supportAutoTag)
Specifies whether the keyword that you specify for fuzzy search can be automatically matched.
|
DescribeCriteriaRequest.Builder |
value(String value)
The keyword that you specify for fuzzy search when you query the asset.
|
public DescribeCriteriaRequest.Builder machineTypes(String machineTypes)
The type of the asset. Valid values:
ecs
public DescribeCriteriaRequest.Builder supportAutoTag(Boolean supportAutoTag)
Specifies whether the keyword that you specify for fuzzy search can be automatically matched. Default value: false. Valid values:
true
public DescribeCriteriaRequest.Builder value(String value)
The keyword that you specify for fuzzy search when you query the asset.
example:47.96
public DescribeCriteriaRequest build()
Copyright © 2026. All rights reserved.