public static interface GetImportJobResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetImportJobResponse.Builder,GetImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetImportJobResponse.Builder |
completedTimestamp(Instant completedTimestamp)
The time stamp of when the import job was completed.
|
GetImportJobResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The time stamp of when the import job was created.
|
GetImportJobResponse.Builder |
failedRecordsCount(Integer failedRecordsCount)
The number of records that failed processing because of invalid input or other reasons.
|
default GetImportJobResponse.Builder |
failureInfo(Consumer<FailureInfo.Builder> failureInfo)
The failure details about an import job.
|
GetImportJobResponse.Builder |
failureInfo(FailureInfo failureInfo)
The failure details about an import job.
|
default GetImportJobResponse.Builder |
importDataSource(Consumer<ImportDataSource.Builder> importDataSource)
The data source of the import job.
|
GetImportJobResponse.Builder |
importDataSource(ImportDataSource importDataSource)
The data source of the import job.
|
default GetImportJobResponse.Builder |
importDestination(Consumer<ImportDestination.Builder> importDestination)
The destination of the import job.
|
GetImportJobResponse.Builder |
importDestination(ImportDestination importDestination)
The destination of the import job.
|
GetImportJobResponse.Builder |
jobId(String jobId)
A string that represents the import job ID.
|
GetImportJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the import job.
|
GetImportJobResponse.Builder |
jobStatus(String jobStatus)
The status of the import job.
|
GetImportJobResponse.Builder |
processedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetImportJobResponse.Builder jobId(String jobId)
A string that represents the import job ID.
jobId - A string that represents the import job ID.GetImportJobResponse.Builder importDestination(ImportDestination importDestination)
The destination of the import job.
importDestination - The destination of the import job.default GetImportJobResponse.Builder importDestination(Consumer<ImportDestination.Builder> importDestination)
The destination of the import job.
This is a convenience that creates an instance of theImportDestination.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)GetImportJobResponse.Builder importDataSource(ImportDataSource importDataSource)
The data source of the import job.
importDataSource - The data source of the import job.default GetImportJobResponse.Builder importDataSource(Consumer<ImportDataSource.Builder> importDataSource)
The data source of the import job.
This is a convenience that creates an instance of theImportDataSource.Builder avoiding the need to
create one manually via ImportDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to importDataSource(ImportDataSource).importDataSource - a consumer that will call methods on ImportDataSource.BuilderimportDataSource(ImportDataSource)GetImportJobResponse.Builder failureInfo(FailureInfo failureInfo)
The failure details about an import job.
failureInfo - The failure details about an import job.default GetImportJobResponse.Builder failureInfo(Consumer<FailureInfo.Builder> failureInfo)
The failure details about an import job.
This is a convenience that creates an instance of theFailureInfo.Builder avoiding the need to create
one manually via FailureInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to failureInfo(FailureInfo).failureInfo - a consumer that will call methods on FailureInfo.BuilderfailureInfo(FailureInfo)GetImportJobResponse.Builder jobStatus(String jobStatus)
The status of the import job.
GetImportJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the import job.
GetImportJobResponse.Builder createdTimestamp(Instant createdTimestamp)
The time stamp of when the import job was created.
createdTimestamp - The time stamp of when the import job was created.GetImportJobResponse.Builder completedTimestamp(Instant completedTimestamp)
The time stamp of when the import job was completed.
completedTimestamp - The time stamp of when the import job was completed.GetImportJobResponse.Builder processedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
processedRecordsCount - The current number of records processed.GetImportJobResponse.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 © 2021. All rights reserved.