CopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>, SdkBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>public static interface AcknowledgeThirdPartyJobRequest.Builder extends CopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>
| Modifier and Type | Method | Description |
|---|---|---|
AcknowledgeThirdPartyJobRequest.Builder |
clientToken(String clientToken) |
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.
|
AcknowledgeThirdPartyJobRequest.Builder |
jobId(String jobId) |
The unique system-generated ID of the job.
|
AcknowledgeThirdPartyJobRequest.Builder |
nonce(String nonce) |
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only
one job worker.
|
copyapply, buildAcknowledgeThirdPartyJobRequest.Builder jobId(String jobId)
The unique system-generated ID of the job.
jobId - The unique system-generated ID of the job.AcknowledgeThirdPartyJobRequest.Builder nonce(String nonce)
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.
nonce - A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on
by only one job worker. Get this number from the response to a GetThirdPartyJobDetails request.AcknowledgeThirdPartyJobRequest.Builder clientToken(String clientToken)
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.
clientToken - 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.