public static interface ImportFileTaskInformation.Builder extends SdkPojo, CopyableBuilder<ImportFileTaskInformation.Builder,ImportFileTaskInformation>
| Modifier and Type | Method and Description |
|---|---|
ImportFileTaskInformation.Builder |
completionTime(Instant completionTime)
The time that the import task completes.
|
ImportFileTaskInformation.Builder |
id(String id)
The ID of the import file task.
|
ImportFileTaskInformation.Builder |
importName(String importName)
The name of the import task given in
StartImportFileTask. |
ImportFileTaskInformation.Builder |
inputS3Bucket(String inputS3Bucket)
The S3 bucket where the import file is located.
|
ImportFileTaskInformation.Builder |
inputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
|
ImportFileTaskInformation.Builder |
numberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
|
ImportFileTaskInformation.Builder |
numberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
|
ImportFileTaskInformation.Builder |
startTime(Instant startTime)
Start time of the import task.
|
ImportFileTaskInformation.Builder |
status(ImportFileTaskStatus status)
Status of import file task.
|
ImportFileTaskInformation.Builder |
status(String status)
Status of import file task.
|
ImportFileTaskInformation.Builder |
statusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
|
ImportFileTaskInformation.Builder |
statusReportS3Key(String statusReportS3Key)
The Amazon S3 key name for status report of import task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportFileTaskInformation.Builder completionTime(Instant completionTime)
The time that the import task completes.
completionTime - The time that the import task completes.ImportFileTaskInformation.Builder id(String id)
The ID of the import file task.
id - The ID of the import file task.ImportFileTaskInformation.Builder importName(String importName)
The name of the import task given in StartImportFileTask.
importName - The name of the import task given in StartImportFileTask.ImportFileTaskInformation.Builder inputS3Bucket(String inputS3Bucket)
The S3 bucket where the import file is located.
inputS3Bucket - The S3 bucket where the import file is located.ImportFileTaskInformation.Builder inputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
inputS3Key - The Amazon S3 key name of the import file.ImportFileTaskInformation.Builder numberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
numberOfRecordsFailed - The number of records that failed to be imported.ImportFileTaskInformation.Builder numberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
numberOfRecordsSuccess - The number of records successfully imported.ImportFileTaskInformation.Builder startTime(Instant startTime)
Start time of the import task.
startTime - Start time of the import task.ImportFileTaskInformation.Builder status(String status)
Status of import file task.
status - Status of import file task.ImportFileTaskStatus,
ImportFileTaskStatusImportFileTaskInformation.Builder status(ImportFileTaskStatus status)
Status of import file task.
status - Status of import file task.ImportFileTaskStatus,
ImportFileTaskStatusImportFileTaskInformation.Builder statusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
statusReportS3Bucket - The S3 bucket name for status report of import task.ImportFileTaskInformation.Builder statusReportS3Key(String statusReportS3Key)
The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
statusReportS3Key - The Amazon S3 key name for status report of import task. The report contains details about whether
each record imported successfully or why it did not.Copyright © 2022. All rights reserved.