Interface ExecutionSummary.Builder

    • Method Detail

      • 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.
      • taskId

        ExecutionSummary.Builder taskId​(String 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.