Interface GetImportJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetImportJobResponse.Builder,
,GetImportJobResponse> SdkBuilder<GetImportJobResponse.Builder,
,GetImportJobResponse> SdkPojo
,SdkResponse.Builder
,SesV2Response.Builder
- Enclosing class:
GetImportJobResponse
-
Method Summary
Modifier and TypeMethodDescriptioncompletedTimestamp
(Instant completedTimestamp) The time stamp of when the import job was completed.createdTimestamp
(Instant createdTimestamp) The time stamp of when the import job was created.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.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.importDataSource
(ImportDataSource importDataSource) The data source of the import job.default GetImportJobResponse.Builder
importDestination
(Consumer<ImportDestination.Builder> importDestination) The destination of the import job.importDestination
(ImportDestination importDestination) The destination of the import job.A string that represents the import job ID.The status of the import job.The status of the import job.processedRecordsCount
(Integer processedRecordsCount) The current number of records processed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
jobId
A string that represents the import job ID.
- Parameters:
jobId
- A string that represents the import job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importDestination
The destination of the import job.
- Parameters:
importDestination
- The destination of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importDestination
default GetImportJobResponse.Builder importDestination(Consumer<ImportDestination.Builder> importDestination) The destination of the import job.
This is a convenience method that creates an instance of theImportDestination.Builder
avoiding the need to create one manually viaImportDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimportDestination(ImportDestination)
.- Parameters:
importDestination
- a consumer that will call methods onImportDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importDataSource
The data source of the import job.
- Parameters:
importDataSource
- The data source of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importDataSource
default GetImportJobResponse.Builder importDataSource(Consumer<ImportDataSource.Builder> importDataSource) The data source of the import job.
This is a convenience method that creates an instance of theImportDataSource.Builder
avoiding the need to create one manually viaImportDataSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimportDataSource(ImportDataSource)
.- Parameters:
importDataSource
- a consumer that will call methods onImportDataSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureInfo
The failure details about an import job.
- Parameters:
failureInfo
- The failure details about an import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureInfo
The failure details about an import job.
This is a convenience method that creates an instance of theFailureInfo.Builder
avoiding the need to create one manually viaFailureInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofailureInfo(FailureInfo)
.- Parameters:
failureInfo
- a consumer that will call methods onFailureInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of the import job.
- Parameters:
jobStatus
- The status of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of the import job.
- Parameters:
jobStatus
- The status of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTimestamp
The time stamp of when the import job was created.
- Parameters:
createdTimestamp
- The time stamp of when the import job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedTimestamp
The time stamp of when the import job was completed.
- Parameters:
completedTimestamp
- The time stamp of when the import job was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processedRecordsCount
The current number of records processed.
- Parameters:
processedRecordsCount
- The current number of records processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedRecordsCount
The number of records that failed processing because of invalid input or other reasons.
- Parameters:
failedRecordsCount
- The number of records that failed processing because of invalid input or other reasons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-