Interface ThirdPartyJob.Builder

    • Method Detail

      • clientId

        ThirdPartyJob.Builder clientId​(String clientId)

        The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

        Parameters:
        clientId - The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        ThirdPartyJob.Builder jobId​(String jobId)

        The identifier used to identify the job in CodePipeline.

        Parameters:
        jobId - The identifier used to identify the job in CodePipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.