public static final class DeleteSearchConditionRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteSearchConditionRequest |
build() |
DeleteSearchConditionRequest.Builder |
name(String name)
The name of the frequently used search condition.
|
DeleteSearchConditionRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DeleteSearchConditionRequest.Builder |
type(String type)
The type of the asset.
|
public DeleteSearchConditionRequest.Builder name(String name)
The name of the frequently used search condition.
You can call the DescribeSearchCondition operation to query frequently used search conditions.
This parameter is required.
example:test
public DeleteSearchConditionRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:19.12.XX.XX
public DeleteSearchConditionRequest.Builder type(String type)
The type of the asset. Default value: ecs. Valid values:
ecs
public DeleteSearchConditionRequest build()
Copyright © 2026. All rights reserved.