static ImportJobSummary.Builder |
ImportJobSummary.builder() |
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.createdTimestamp(Instant createdTimestamp) |
The date and time when the import job was created.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.failedRecordsCount(Integer failedRecordsCount) |
The number of records that failed processing because of invalid input or other reasons.
|
default ImportJobSummary.Builder |
ImportJobSummary.Builder.importDestination(Consumer<ImportDestination.Builder> importDestination) |
Sets the value of the ImportDestination property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.importDestination(ImportDestination importDestination) |
Sets the value of the ImportDestination property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.jobId(String jobId) |
Sets the value of the JobId property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.jobStatus(String jobStatus) |
Sets the value of the JobStatus property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.jobStatus(JobStatus jobStatus) |
Sets the value of the JobStatus property for this object.
|
ImportJobSummary.Builder |
ImportJobSummary.Builder.processedRecordsCount(Integer processedRecordsCount) |
The current number of records processed.
|
ImportJobSummary.Builder |
ImportJobSummary.toBuilder() |
|