public static interface ExecutionSummary.Builder extends SdkPojo, CopyableBuilder<ExecutionSummary.Builder,ExecutionSummary>
| Modifier and Type | Method and Description |
|---|---|
ExecutionSummary.Builder |
executionId(String executionId)
The ID of the execution.
|
ExecutionSummary.Builder |
managedDeviceId(String managedDeviceId)
The ID of the managed device that the task is being executed on.
|
ExecutionSummary.Builder |
state(ExecutionState state)
The state of the execution.
|
ExecutionSummary.Builder |
state(String state)
The state of the execution.
|
ExecutionSummary.Builder |
taskId(String taskId)
The ID of the task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionSummary.Builder executionId(String executionId)
The ID of the execution.
executionId - The ID of the execution.ExecutionSummary.Builder managedDeviceId(String managedDeviceId)
The ID of the managed device that the task is being executed on.
managedDeviceId - The ID of the managed device that the task is being executed on.ExecutionSummary.Builder state(String state)
The state of the execution.
state - The state of the execution.ExecutionState,
ExecutionStateExecutionSummary.Builder state(ExecutionState state)
The state of the execution.
state - The state of the execution.ExecutionState,
ExecutionStateExecutionSummary.Builder taskId(String taskId)
The ID of the task.
taskId - The ID of the task.Copyright © 2023. All rights reserved.