Interface ImportJobSummary.Builder

    • Method Detail

      • jobId

        ImportJobSummary.Builder jobId​(String jobId)
        Sets the value of the JobId property for this object.
        Parameters:
        jobId - The new value for the JobId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importDestination

        ImportJobSummary.Builder importDestination​(ImportDestination importDestination)
        Sets the value of the ImportDestination property for this object.
        Parameters:
        importDestination - The new value for the ImportDestination property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStatus

        ImportJobSummary.Builder jobStatus​(String jobStatus)
        Sets the value of the JobStatus property for this object.
        Parameters:
        jobStatus - The new value for the JobStatus property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • jobStatus

        ImportJobSummary.Builder jobStatus​(JobStatus jobStatus)
        Sets the value of the JobStatus property for this object.
        Parameters:
        jobStatus - The new value for the JobStatus property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • createdTimestamp

        ImportJobSummary.Builder createdTimestamp​(Instant createdTimestamp)

        The date and time when the import job was created.

        Parameters:
        createdTimestamp - The date and time when the import job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processedRecordsCount

        ImportJobSummary.Builder processedRecordsCount​(Integer processedRecordsCount)

        The current number of records processed.

        Parameters:
        processedRecordsCount - The current number of records processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedRecordsCount

        ImportJobSummary.Builder failedRecordsCount​(Integer failedRecordsCount)

        The number of records that failed processing because of invalid input or other reasons.

        Parameters:
        failedRecordsCount - The number of records that failed processing because of invalid input or other reasons.
        Returns:
        Returns a reference to this object so that method calls can be chained together.