public static interface BatchImport.Builder extends SdkPojo, CopyableBuilder<BatchImport.Builder,BatchImport>
| Modifier and Type | Method and Description |
|---|---|
BatchImport.Builder |
arn(String arn)
The ARN of the batch import job.
|
BatchImport.Builder |
completionTime(String completionTime)
Timestamp of when batch import job completed.
|
BatchImport.Builder |
eventTypeName(String eventTypeName)
The name of the event type.
|
BatchImport.Builder |
failedRecordsCount(Integer failedRecordsCount)
The number of records that failed to import.
|
BatchImport.Builder |
failureReason(String failureReason)
The reason batch import job failed.
|
BatchImport.Builder |
iamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
|
BatchImport.Builder |
inputPath(String inputPath)
The Amazon S3 location of your data file for batch import.
|
BatchImport.Builder |
jobId(String jobId)
The ID of the batch import job.
|
BatchImport.Builder |
outputPath(String outputPath)
The Amazon S3 location of your output file.
|
BatchImport.Builder |
processedRecordsCount(Integer processedRecordsCount)
The number of records processed by batch import job.
|
BatchImport.Builder |
startTime(String startTime)
Timestamp of when the batch import job started.
|
BatchImport.Builder |
status(AsyncJobStatus status)
The status of the batch import job.
|
BatchImport.Builder |
status(String status)
The status of the batch import job.
|
BatchImport.Builder |
totalRecordsCount(Integer totalRecordsCount)
The total number of records in the batch import job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchImport.Builder jobId(String jobId)
The ID of the batch import job.
jobId - The ID of the batch import job.BatchImport.Builder status(String status)
The status of the batch import job.
status - The status of the batch import job.AsyncJobStatus,
AsyncJobStatusBatchImport.Builder status(AsyncJobStatus status)
The status of the batch import job.
status - The status of the batch import job.AsyncJobStatus,
AsyncJobStatusBatchImport.Builder failureReason(String failureReason)
The reason batch import job failed.
failureReason - The reason batch import job failed.BatchImport.Builder startTime(String startTime)
Timestamp of when the batch import job started.
startTime - Timestamp of when the batch import job started.BatchImport.Builder completionTime(String completionTime)
Timestamp of when batch import job completed.
completionTime - Timestamp of when batch import job completed.BatchImport.Builder inputPath(String inputPath)
The Amazon S3 location of your data file for batch import.
inputPath - The Amazon S3 location of your data file for batch import.BatchImport.Builder outputPath(String outputPath)
The Amazon S3 location of your output file.
outputPath - The Amazon S3 location of your output file.BatchImport.Builder eventTypeName(String eventTypeName)
The name of the event type.
eventTypeName - The name of the event type.BatchImport.Builder iamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
iamRoleArn - The ARN of the IAM role to use for this job request.BatchImport.Builder arn(String arn)
The ARN of the batch import job.
arn - The ARN of the batch import job.BatchImport.Builder processedRecordsCount(Integer processedRecordsCount)
The number of records processed by batch import job.
processedRecordsCount - The number of records processed by batch import job.BatchImport.Builder failedRecordsCount(Integer failedRecordsCount)
The number of records that failed to import.
failedRecordsCount - The number of records that failed to import.BatchImport.Builder totalRecordsCount(Integer totalRecordsCount)
The total number of records in the batch import job.
totalRecordsCount - The total number of records in the batch import job.Copyright © 2022. All rights reserved.