Interface ExecutionSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExecutionSummary.Builder,ExecutionSummary>, SdkBuilder<ExecutionSummary.Builder,ExecutionSummary>, SdkPojo
Enclosing class:
ExecutionSummary

public static interface ExecutionSummary.Builder extends SdkPojo, CopyableBuilder<ExecutionSummary.Builder,ExecutionSummary>
  • Method Details

    • executionId

      ExecutionSummary.Builder executionId(String executionId)

      The ID of the execution.

      Parameters:
      executionId - The ID of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedDeviceId

      ExecutionSummary.Builder managedDeviceId(String managedDeviceId)

      The ID of the managed device that the task is being executed on.

      Parameters:
      managedDeviceId - The ID of the managed device that the task is being executed on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the execution.

      Parameters:
      state - The state of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the execution.

      Parameters:
      state - The state of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • taskId

      The ID of the task.

      Parameters:
      taskId - The ID of the task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.