Interface WorkerSessionSummary.Builder

    • Method Detail

      • endedAt

        WorkerSessionSummary.Builder endedAt​(Instant endedAt)

        The date and time the resource ended running.

        Parameters:
        endedAt - The date and time the resource ended running.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        WorkerSessionSummary.Builder jobId​(String jobId)

        The job ID for the job associated with the worker's session.

        Parameters:
        jobId - The job ID for the job associated with the worker's session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queueId

        WorkerSessionSummary.Builder queueId​(String queueId)

        The queue ID for the queue associated to the worker.

        Parameters:
        queueId - The queue ID for the queue associated to the worker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionId

        WorkerSessionSummary.Builder sessionId​(String sessionId)

        The session ID for the session action.

        Parameters:
        sessionId - The session ID for the session action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedAt

        WorkerSessionSummary.Builder startedAt​(Instant startedAt)

        The date and time the resource started running.

        Parameters:
        startedAt - The date and time the resource started running.
        Returns:
        Returns a reference to this object so that method calls can be chained together.