Interface Job.Builder

    • Method Detail

      • id

        Job.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

        Job.Builder data​(JobData data)

        Other data about a job.

        Parameters:
        data - Other data about a job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nonce

        Job.Builder nonce​(String nonce)

        A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.

        Parameters:
        nonce - A system-generated random number that CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        Job.Builder accountId​(String accountId)

        The ID of the Amazon Web Services account to use when performing the job.

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