public static interface ExportJobSummary.Builder extends SdkPojo, CopyableBuilder<ExportJobSummary.Builder,ExportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
ExportJobSummary.Builder |
completedTimestamp(Instant completedTimestamp)
The timestamp of when the export job was completed.
|
ExportJobSummary.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp of when the export job was created.
|
ExportJobSummary.Builder |
exportSourceType(ExportSourceType exportSourceType)
The source type of the export job.
|
ExportJobSummary.Builder |
exportSourceType(String exportSourceType)
The source type of the export job.
|
ExportJobSummary.Builder |
jobId(String jobId)
The export job ID.
|
ExportJobSummary.Builder |
jobStatus(JobStatus jobStatus)
The status of the export job.
|
ExportJobSummary.Builder |
jobStatus(String jobStatus)
The status of the export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportJobSummary.Builder jobId(String jobId)
The export job ID.
jobId - The export job ID.ExportJobSummary.Builder exportSourceType(String exportSourceType)
The source type of the export job.
exportSourceType - The source type of the export job.ExportSourceType,
ExportSourceTypeExportJobSummary.Builder exportSourceType(ExportSourceType exportSourceType)
The source type of the export job.
exportSourceType - The source type of the export job.ExportSourceType,
ExportSourceTypeExportJobSummary.Builder jobStatus(String jobStatus)
The status of the export job.
ExportJobSummary.Builder jobStatus(JobStatus jobStatus)
The status of the export job.
ExportJobSummary.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of when the export job was created.
createdTimestamp - The timestamp of when the export job was created.ExportJobSummary.Builder completedTimestamp(Instant completedTimestamp)
The timestamp of when the export job was completed.
completedTimestamp - The timestamp of when the export job was completed.Copyright © 2023. All rights reserved.