Interface ImportFileTaskInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportFileTaskInformation.Builder,ImportFileTaskInformation>,SdkBuilder<ImportFileTaskInformation.Builder,ImportFileTaskInformation>,SdkPojo
- Enclosing class:
- ImportFileTaskInformation
public static interface ImportFileTaskInformation.Builder extends SdkPojo, CopyableBuilder<ImportFileTaskInformation.Builder,ImportFileTaskInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportFileTaskInformation.BuildercompletionTime(Instant completionTime)The time that the import task completes.ImportFileTaskInformation.Builderid(String id)The ID of the import file task.ImportFileTaskInformation.BuilderimportName(String importName)The name of the import task given inStartImportFileTask.ImportFileTaskInformation.BuilderinputS3Bucket(String inputS3Bucket)The S3 bucket where the import file is located.ImportFileTaskInformation.BuilderinputS3Key(String inputS3Key)The Amazon S3 key name of the import file.ImportFileTaskInformation.BuildernumberOfRecordsFailed(Integer numberOfRecordsFailed)The number of records that failed to be imported.ImportFileTaskInformation.BuildernumberOfRecordsSuccess(Integer numberOfRecordsSuccess)The number of records successfully imported.ImportFileTaskInformation.BuilderstartTime(Instant startTime)Start time of the import task.ImportFileTaskInformation.Builderstatus(String status)Status of import file task.ImportFileTaskInformation.Builderstatus(ImportFileTaskStatus status)Status of import file task.ImportFileTaskInformation.BuilderstatusReportS3Bucket(String statusReportS3Bucket)The S3 bucket name for status report of import task.ImportFileTaskInformation.BuilderstatusReportS3Key(String statusReportS3Key)The Amazon S3 key name for status report of import task.-
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 Detail
-
completionTime
ImportFileTaskInformation.Builder completionTime(Instant completionTime)
The time that the import task completes.
- Parameters:
completionTime- The time that the import task completes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ImportFileTaskInformation.Builder id(String id)
The ID of the import file task.
- Parameters:
id- The ID of the import file task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importName
ImportFileTaskInformation.Builder importName(String importName)
The name of the import task given in
StartImportFileTask.- Parameters:
importName- The name of the import task given inStartImportFileTask.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputS3Bucket
ImportFileTaskInformation.Builder inputS3Bucket(String inputS3Bucket)
The S3 bucket where the import file is located.
- Parameters:
inputS3Bucket- The S3 bucket where the import file is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputS3Key
ImportFileTaskInformation.Builder inputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
- Parameters:
inputS3Key- The Amazon S3 key name of the import file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfRecordsFailed
ImportFileTaskInformation.Builder numberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
- Parameters:
numberOfRecordsFailed- The number of records that failed to be imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfRecordsSuccess
ImportFileTaskInformation.Builder numberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
- Parameters:
numberOfRecordsSuccess- The number of records successfully imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
ImportFileTaskInformation.Builder startTime(Instant startTime)
Start time of the import task.
- Parameters:
startTime- Start time of the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ImportFileTaskInformation.Builder status(String status)
Status of import file task.
- Parameters:
status- Status of import file task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportFileTaskStatus,ImportFileTaskStatus
-
status
ImportFileTaskInformation.Builder status(ImportFileTaskStatus status)
Status of import file task.
- Parameters:
status- Status of import file task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ImportFileTaskStatus,ImportFileTaskStatus
-
statusReportS3Bucket
ImportFileTaskInformation.Builder statusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
- Parameters:
statusReportS3Bucket- The S3 bucket name for status report of import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReportS3Key
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-