public static interface GetImportFileTaskResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetImportFileTaskResponse.Builder,GetImportFileTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
GetImportFileTaskResponse.Builder |
completionTime(Instant completionTime)
The time that the import task completed.
|
GetImportFileTaskResponse.Builder |
id(String id)
The import file task
id returned in the response of StartImportFileTask. |
GetImportFileTaskResponse.Builder |
importName(String importName)
The name of the import task given in StartImportFileTask.
|
GetImportFileTaskResponse.Builder |
inputS3Bucket(String inputS3Bucket)
The S3 bucket where import file is located.
|
GetImportFileTaskResponse.Builder |
inputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
|
GetImportFileTaskResponse.Builder |
numberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
|
GetImportFileTaskResponse.Builder |
numberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
|
GetImportFileTaskResponse.Builder |
startTime(Instant startTime)
Start time of the import task.
|
GetImportFileTaskResponse.Builder |
status(ImportFileTaskStatus status)
Status of import file task.
|
GetImportFileTaskResponse.Builder |
status(String status)
Status of import file task.
|
GetImportFileTaskResponse.Builder |
statusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
|
GetImportFileTaskResponse.Builder |
statusReportS3Key(String statusReportS3Key)
The Amazon S3 key name for status report of import task.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetImportFileTaskResponse.Builder completionTime(Instant completionTime)
The time that the import task completed.
completionTime - The time that the import task completed.GetImportFileTaskResponse.Builder id(String id)
The import file task id returned in the response of StartImportFileTask.
id - The import file task id returned in the response of StartImportFileTask.GetImportFileTaskResponse.Builder importName(String importName)
The name of the import task given in StartImportFileTask.
importName - The name of the import task given in StartImportFileTask.GetImportFileTaskResponse.Builder inputS3Bucket(String inputS3Bucket)
The S3 bucket where import file is located.
inputS3Bucket - The S3 bucket where import file is located.GetImportFileTaskResponse.Builder inputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
inputS3Key - The Amazon S3 key name of the import file.GetImportFileTaskResponse.Builder numberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
numberOfRecordsFailed - The number of records that failed to be imported.GetImportFileTaskResponse.Builder numberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
numberOfRecordsSuccess - The number of records successfully imported.GetImportFileTaskResponse.Builder startTime(Instant startTime)
Start time of the import task.
startTime - Start time of the import task.GetImportFileTaskResponse.Builder status(String status)
Status of import file task.
status - Status of import file task.ImportFileTaskStatus,
ImportFileTaskStatusGetImportFileTaskResponse.Builder status(ImportFileTaskStatus status)
Status of import file task.
status - Status of import file task.ImportFileTaskStatus,
ImportFileTaskStatusGetImportFileTaskResponse.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.GetImportFileTaskResponse.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 © 2023. All rights reserved.