public static final class ModifyClientConfStrategyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyClientConfStrategyRequest |
build() |
ModifyClientConfStrategyRequest.Builder |
tag(String tag)
The key of the tag that is added to the agent configuration policy.
|
ModifyClientConfStrategyRequest.Builder |
tagExt(String tagExt)
The extended tag of the agent configuration policy.
|
ModifyClientConfStrategyRequest.Builder |
tagValue(String tagValue)
The value of the tag that is added to the agent configuration policy.
|
ModifyClientConfStrategyRequest.Builder |
uuid(String uuid)
The UUID of the server that you want to query.
|
ModifyClientConfStrategyRequest.Builder |
uuids(List<String> uuids)
The UUID of the asset.
|
public ModifyClientConfStrategyRequest.Builder tag(String tag)
The key of the tag that is added to the agent configuration policy.
This parameter is required.
example:machineResource
public ModifyClientConfStrategyRequest.Builder tagExt(String tagExt)
The extended tag of the agent configuration policy.
example:auto
public ModifyClientConfStrategyRequest.Builder tagValue(String tagValue)
The value of the tag that is added to the agent configuration policy.
This parameter is required.
example:advanced
public ModifyClientConfStrategyRequest.Builder uuid(String uuid)
The UUID of the server that you want to query.
example:4fe8e1cd-3c37-4851-b9de-124da32c****
public ModifyClientConfStrategyRequest.Builder uuids(List<String> uuids)
The UUID of the asset. You can specify a maximum of 500 UUIDs at a time.
public ModifyClientConfStrategyRequest build()
Copyright © 2026. All rights reserved.