Interface LastRecorderStatus.Builder

    • Method Detail

      • jobStatusDetails

        LastRecorderStatus.Builder jobStatusDetails​(String jobStatusDetails)

        A description of a recorder job’s latest status.

        Parameters:
        jobStatusDetails - A description of a recorder job’s latest status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastCollectedTime

        LastRecorderStatus.Builder lastCollectedTime​(Instant lastCollectedTime)

        The timestamp at which the recorder job was last executed and media stored to local disk.

        Parameters:
        lastCollectedTime - The timestamp at which the recorder job was last executed and media stored to local disk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        LastRecorderStatus.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The timestamp at which the recorder status was last updated.

        Parameters:
        lastUpdatedTime - The timestamp at which the recorder status was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recorderStatus

        LastRecorderStatus.Builder recorderStatus​(String recorderStatus)

        The status of the latest recorder job.

        Parameters:
        recorderStatus - The status of the latest recorder job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecorderStatus, RecorderStatus