public static interface ThirdPartyJob.Builder extends CopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>
Modifier and Type | Method and Description |
---|---|
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.
|
ThirdPartyJob.Builder |
jobId(String jobId)
The identifier used to identify the job in AWS CodePipeline.
|
copy
applyMutation, build
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.
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.ThirdPartyJob.Builder jobId(String jobId)
The identifier used to identify the job in AWS CodePipeline.
jobId
- The identifier used to identify the job in AWS CodePipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.