public static interface LastUploaderStatus.Builder extends SdkPojo, CopyableBuilder<LastUploaderStatus.Builder,LastUploaderStatus>
| Modifier and Type | Method and Description |
|---|---|
LastUploaderStatus.Builder |
jobStatusDetails(String jobStatusDetails)
A description of an uploader job’s latest status.
|
LastUploaderStatus.Builder |
lastCollectedTime(Instant lastCollectedTime)
The timestamp at which the uploader job was last executed and media collected to the cloud.
|
LastUploaderStatus.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The timestamp at which the uploader status was last updated.
|
LastUploaderStatus.Builder |
uploaderStatus(String uploaderStatus)
The status of the latest uploader job.
|
LastUploaderStatus.Builder |
uploaderStatus(UploaderStatus uploaderStatus)
The status of the latest uploader job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLastUploaderStatus.Builder jobStatusDetails(String jobStatusDetails)
A description of an uploader job’s latest status.
jobStatusDetails - A description of an uploader job’s latest status.LastUploaderStatus.Builder lastCollectedTime(Instant lastCollectedTime)
The timestamp at which the uploader job was last executed and media collected to the cloud.
lastCollectedTime - The timestamp at which the uploader job was last executed and media collected to the cloud.LastUploaderStatus.Builder lastUpdatedTime(Instant lastUpdatedTime)
The timestamp at which the uploader status was last updated.
lastUpdatedTime - The timestamp at which the uploader status was last updated.LastUploaderStatus.Builder uploaderStatus(String uploaderStatus)
The status of the latest uploader job.
uploaderStatus - The status of the latest uploader job.UploaderStatus,
UploaderStatusLastUploaderStatus.Builder uploaderStatus(UploaderStatus uploaderStatus)
The status of the latest uploader job.
uploaderStatus - The status of the latest uploader job.UploaderStatus,
UploaderStatusCopyright © 2023. All rights reserved.