Interface LastUploaderStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LastUploaderStatus.Builder,LastUploaderStatus>, SdkBuilder<LastUploaderStatus.Builder,LastUploaderStatus>, SdkPojo
Enclosing class:
LastUploaderStatus

public static interface LastUploaderStatus.Builder extends SdkPojo, CopyableBuilder<LastUploaderStatus.Builder,LastUploaderStatus>
  • Method Details

    • 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

      LastUploaderStatus.Builder uploaderStatus(UploaderStatus 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: