Interface LastUploaderStatus.Builder

    • Method Detail

      • jobStatusDetails

        LastUploaderStatus.Builder jobStatusDetails​(String jobStatusDetails)

        A description of an uploader job’s latest status.

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

        LastUploaderStatus.Builder lastCollectedTime​(Instant lastCollectedTime)

        The timestamp at which the uploader job was last executed and media collected to the cloud.

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

        LastUploaderStatus.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The timestamp at which the uploader status was last updated.

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

        LastUploaderStatus.Builder uploaderStatus​(String uploaderStatus)

        The status of the latest uploader job.

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