Interface ThirdPartyJob.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>, SdkBuilder<ThirdPartyJob.Builder,ThirdPartyJob>, SdkPojo
Enclosing class:
ThirdPartyJob

public static interface ThirdPartyJob.Builder extends SdkPojo, CopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>
  • Method Details

    • 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

      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.