public static final class InstallAgentResponseBody.ExecutionResult.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
InstallAgentResponseBody.ExecutionResult |
build() |
InstallAgentResponseBody.ExecutionResult.Builder |
finishedTime(String finishedTime)
The time when the installation was complete.
|
InstallAgentResponseBody.ExecutionResult.Builder |
instanceId(String instanceId)
The ID of the instance.
|
InstallAgentResponseBody.ExecutionResult.Builder |
invokeRecordStatus(String invokeRecordStatus)
The state of the installation.
|
InstallAgentResponseBody.ExecutionResult.Builder |
status(String status)
The state of the installation command.
|
InstallAgentResponseBody.ExecutionResult.Builder |
success(Boolean success)
Indicates whether the installation was successful.
|
public InstallAgentResponseBody.ExecutionResult.Builder finishedTime(String finishedTime)
public InstallAgentResponseBody.ExecutionResult.Builder instanceId(String instanceId)
public InstallAgentResponseBody.ExecutionResult.Builder invokeRecordStatus(String invokeRecordStatus)
public InstallAgentResponseBody.ExecutionResult.Builder status(String status)
public InstallAgentResponseBody.ExecutionResult.Builder success(Boolean success)
public InstallAgentResponseBody.ExecutionResult build()
Copyright © 2023. All rights reserved.