Interface BatchImport.Builder

  • Method Details

    • 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:
    • 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:
    • 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

      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.