Interface BatchImport.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchImport.Builder,BatchImport>,SdkBuilder<BatchImport.Builder,BatchImport>,SdkPojo
- Enclosing class:
- BatchImport
public static interface BatchImport.Builder extends SdkPojo, CopyableBuilder<BatchImport.Builder,BatchImport>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchImport.Builderarn(String arn)The ARN of the batch import job.BatchImport.BuildercompletionTime(String completionTime)Timestamp of when batch import job completed.BatchImport.BuildereventTypeName(String eventTypeName)The name of the event type.BatchImport.BuilderfailedRecordsCount(Integer failedRecordsCount)The number of records that failed to import.BatchImport.BuilderfailureReason(String failureReason)The reason batch import job failed.BatchImport.BuilderiamRoleArn(String iamRoleArn)The ARN of the IAM role to use for this job request.BatchImport.BuilderinputPath(String inputPath)The Amazon S3 location of your data file for batch import.BatchImport.BuilderjobId(String jobId)The ID of the batch import job.BatchImport.BuilderoutputPath(String outputPath)The Amazon S3 location of your output file.BatchImport.BuilderprocessedRecordsCount(Integer processedRecordsCount)The number of records processed by batch import job.BatchImport.BuilderstartTime(String startTime)Timestamp of when the batch import job started.BatchImport.Builderstatus(String status)The status of the batch import job.BatchImport.Builderstatus(AsyncJobStatus status)The status of the batch import job.BatchImport.BuildertotalRecordsCount(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, sdkFields
-
-
-
-
Method Detail
-
jobId
BatchImport.Builder jobId(String 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
BatchImport.Builder status(String 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:
AsyncJobStatus,AsyncJobStatus
-
status
BatchImport.Builder status(AsyncJobStatus 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:
AsyncJobStatus,AsyncJobStatus
-
failureReason
BatchImport.Builder failureReason(String 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
BatchImport.Builder startTime(String 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
BatchImport.Builder completionTime(String 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
BatchImport.Builder inputPath(String 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
BatchImport.Builder outputPath(String 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
BatchImport.Builder eventTypeName(String 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
BatchImport.Builder iamRoleArn(String 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
BatchImport.Builder arn(String 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
BatchImport.Builder processedRecordsCount(Integer 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
BatchImport.Builder failedRecordsCount(Integer 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
BatchImport.Builder totalRecordsCount(Integer 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.
-
-