Interface BatchImport.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchImport.Builder,
,BatchImport> SdkBuilder<BatchImport.Builder,
,BatchImport> SdkPojo
- Enclosing class:
BatchImport
@Mutable
@NotThreadSafe
public static interface BatchImport.Builder
extends SdkPojo, CopyableBuilder<BatchImport.Builder,BatchImport>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the batch import job.completionTime
(String completionTime) Timestamp of when batch import job completed.eventTypeName
(String eventTypeName) The name of the event type.failedRecordsCount
(Integer failedRecordsCount) The number of records that failed to import.failureReason
(String failureReason) The reason batch import job failed.iamRoleArn
(String iamRoleArn) The ARN of the IAM role to use for this job request.The Amazon S3 location of your data file for batch import.The ID of the batch import job.outputPath
(String outputPath) The Amazon S3 location of your output file.processedRecordsCount
(Integer processedRecordsCount) The number of records processed by batch import job.Timestamp of when the batch import job started.The status of the batch import job.status
(AsyncJobStatus status) The status of the batch import job.totalRecordsCount
(Integer totalRecordsCount) The total number of records in the batch import job.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, sdkFieldNameToField, sdkFields
-
Method Details
-
jobId
The ID of the batch import job.
- Parameters:
jobId
- The ID of the batch import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the batch import job.
- Parameters:
status
- The status of the batch import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the batch import job.
- Parameters:
status
- The status of the batch import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
The reason batch import job failed.
- Parameters:
failureReason
- The reason batch import job failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
Timestamp of when the batch import job started.
- Parameters:
startTime
- Timestamp of when the batch import job started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionTime
Timestamp of when batch import job completed.
- Parameters:
completionTime
- Timestamp of when batch import job completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputPath
The Amazon S3 location of your data file for batch import.
- Parameters:
inputPath
- The Amazon S3 location of your data file for batch import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputPath
The Amazon S3 location of your output file.
- Parameters:
outputPath
- The Amazon S3 location of your output file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeName
The name of the event type.
- Parameters:
eventTypeName
- The name of the event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
The ARN of the IAM role to use for this job request.
- Parameters:
iamRoleArn
- The ARN of the IAM role to use for this job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the batch import job.
- Parameters:
arn
- The ARN of the batch import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
processedRecordsCount
The number of records processed by batch import job.
- Parameters:
processedRecordsCount
- The number of records processed by batch import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedRecordsCount
The number of records that failed to import.
- Parameters:
failedRecordsCount
- The number of records that failed to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalRecordsCount
The total number of records in the batch import job.
- Parameters:
totalRecordsCount
- The total number of records in the batch import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-