public static final class DescribeInvocationsResponseBody.Invocations.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeInvocationsResponseBody.Invocations.Builder commandContent(String commandContent)
public DescribeInvocationsResponseBody.Invocations.Builder commandType(String commandType)
public DescribeInvocationsResponseBody.Invocations.Builder creationTime(String creationTime)
public DescribeInvocationsResponseBody.Invocations.Builder endUserId(String endUserId)
public DescribeInvocationsResponseBody.Invocations.Builder invocationStatus(String invocationStatus)
* Pending: The system is verifying or sending the command. If the execution status on at least one cloud desktop is Pending, the overall execution status is Pending. * Running: The execution is in progress on cloud desktops. If the execution status on at least one cloud desktop is Running, the overall execution status is Running. * Success: If the execution status on all cloud desktops is Success or Stopped, or the execution status on at least one cloud desktop is Success, the overall execution status is Success. * Failed: If the execution status on all cloud desktops is Stopped or Failed, the overall execution status is Failed. If one or more execution status of a cloud desktop is one of the following values, Failed is returned: * Invalid: The command is invalid. * Aborted: The command fails to be sent. * Failed: The command is executed, but the exit code is not 0. * Timeout: The command times out. * Error: An error occurs in the command. * Stopping: The execution is being stopped. If the execution status on at least one cloud desktop is Stopping, the overall execution state is Stopping. * Stopped: The execution is stopped. If the execution status on all cloud desktops is Stopped, the overall execution state is Stopped. If the execution status on a cloud desktop is one of the following values, Stopped is returned: * Cancelled: The execution is canceled. * Terminated: The execution is terminated. * PartialFailed: The execution succeeded on some cloud desktops and failed on others. If the execution status on different cloud desktops is Success, Failed, or Stopped, the overall execution state is PartialFailed.
public DescribeInvocationsResponseBody.Invocations.Builder invokeDesktopCount(Integer invokeDesktopCount)
public DescribeInvocationsResponseBody.Invocations.Builder invokeDesktopSucceedCount(Integer invokeDesktopSucceedCount)
public DescribeInvocationsResponseBody.Invocations.Builder invokeDesktops(List<DescribeInvocationsResponseBody.InvokeDesktops> invokeDesktops)
public DescribeInvocationsResponseBody.Invocations.Builder invokeId(String invokeId)
public DescribeInvocationsResponseBody.Invocations build()
Copyright © 2024. All rights reserved.