public static final class DescribeStrategyExecDetailResponseBody.Builder extends Object
public DescribeStrategyExecDetailResponseBody.Builder endTime(String endTime)
The time when the baseline check ends.
example:2021-12-05 00:12:46
public DescribeStrategyExecDetailResponseBody.Builder failCount(Integer failCount)
The number of check items that failed to pass the baseline check. This type of check item is considered risk items.
example:94
public DescribeStrategyExecDetailResponseBody.Builder failedEcsList(List<DescribeStrategyExecDetailResponseBody.FailedEcsList> failedEcsList)
The servers on which risk items were detected.
public DescribeStrategyExecDetailResponseBody.Builder inProcessCount(Integer inProcessCount)
The number of tasks that are **running **based on the baseline check policy.
example:0
public DescribeStrategyExecDetailResponseBody.Builder percent(String percent)
The execution progress of the baseline check policy.
example:100%
public DescribeStrategyExecDetailResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:01611D72-1E33-53F5-A9A5-C81B5561970F
public DescribeStrategyExecDetailResponseBody.Builder source(String source)
The type of the baseline check. Valid values:
Manual
public DescribeStrategyExecDetailResponseBody.Builder startTime(String startTime)
The time when the baseline check starts.
example:2021-12-05 00:12:16
public DescribeStrategyExecDetailResponseBody.Builder successCount(Integer successCount)
The number of check items that passed the baseline check.
example:81
public DescribeStrategyExecDetailResponseBody build()
Copyright © 2026. All rights reserved.