public static interface ThirdPartyJob.Builder extends SdkPojo, 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 CodePipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThirdPartyJob.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 CodePipeline.
jobId - The identifier used to identify the job in CodePipeline.Copyright © 2023. All rights reserved.