Interface DescribeExecutionResponse.Builder

  • Method Details

    • executionId

      DescribeExecutionResponse.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.
    • lastUpdatedAt

      DescribeExecutionResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)

      When the status of the execution was last updated.

      Parameters:
      lastUpdatedAt - When the status of the execution was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedDeviceId

      DescribeExecutionResponse.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.
    • startedAt

      When the execution began.

      Parameters:
      startedAt - When the execution began.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The current state of the execution.

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

      The current state of the execution.

      Parameters:
      state - The current 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 being executed on the device.

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