public static interface ImportJobSummary.Builder extends SdkPojo, CopyableBuilder<ImportJobSummary.Builder,ImportJobSummary>
| Modifier and Type | Method and Description |
|---|---|
ImportJobSummary.Builder |
createdTimestamp(Instant createdTimestamp)
The date and time when the import job was created.
|
ImportJobSummary.Builder |
failedRecordsCount(Integer failedRecordsCount)
The number of records that failed processing because of invalid input or other reasons.
|
default ImportJobSummary.Builder |
importDestination(Consumer<ImportDestination.Builder> importDestination)
Sets the value of the ImportDestination property for this object.
|
ImportJobSummary.Builder |
importDestination(ImportDestination importDestination)
Sets the value of the ImportDestination property for this object.
|
ImportJobSummary.Builder |
jobId(String jobId)
Sets the value of the JobId property for this object.
|
ImportJobSummary.Builder |
jobStatus(JobStatus jobStatus)
Sets the value of the JobStatus property for this object.
|
ImportJobSummary.Builder |
jobStatus(String jobStatus)
Sets the value of the JobStatus property for this object.
|
ImportJobSummary.Builder |
processedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportJobSummary.Builder jobId(String jobId)
jobId - The new value for the JobId property for this object.ImportJobSummary.Builder importDestination(ImportDestination importDestination)
importDestination - The new value for the ImportDestination property for this object.default ImportJobSummary.Builder importDestination(Consumer<ImportDestination.Builder> importDestination)
ImportDestination.Builder avoiding the
need to create one manually via ImportDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to importDestination(ImportDestination).
importDestination - a consumer that will call methods on ImportDestination.BuilderimportDestination(ImportDestination)ImportJobSummary.Builder jobStatus(String jobStatus)
ImportJobSummary.Builder jobStatus(JobStatus jobStatus)
ImportJobSummary.Builder createdTimestamp(Instant createdTimestamp)
The date and time when the import job was created.
createdTimestamp - The date and time when the import job was created.ImportJobSummary.Builder processedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
processedRecordsCount - The current number of records processed.ImportJobSummary.Builder failedRecordsCount(Integer failedRecordsCount)
The number of records that failed processing because of invalid input or other reasons.
failedRecordsCount - The number of records that failed processing because of invalid input or other reasons.Copyright © 2023. All rights reserved.