Interface JobDetails.Builder

    • Method Detail

      • id

        JobDetails.Builder id​(String id)

        The unique system-generated ID of the job.

        Parameters:
        id - The unique system-generated ID of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • data

        JobDetails.Builder data​(JobData data)

        Represents other information about a job required for a job worker to complete the job.

        Parameters:
        data - Represents other information about a job required for a job worker to complete the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        JobDetails.Builder accountId​(String accountId)

        The Amazon Web Services account ID associated with the job.

        Parameters:
        accountId - The Amazon Web Services account ID associated with the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.