public static final class ExecStrategyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExecStrategyRequest |
build() |
ExecStrategyRequest.Builder |
execAction(String execAction)
Set the action for this execution, default is exec.
|
ExecStrategyRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ExecStrategyRequest.Builder |
strategyId(Integer strategyId)
The ID of the baseline check policy.
|
public ExecStrategyRequest.Builder execAction(String execAction)
Set the action for this execution, default is exec. Values:
terminate
public ExecStrategyRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ExecStrategyRequest.Builder strategyId(Integer strategyId)
The ID of the baseline check policy.
example:You can call the DescribeStrategy operation to query the IDs of baseline check policies.
215421
public ExecStrategyRequest build()
Copyright © 2026. All rights reserved.