public static interface AcknowledgeThirdPartyJobRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<AcknowledgeThirdPartyJobRequest.Builder,AcknowledgeThirdPartyJobRequest>
Modifier and Type | Method and 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.
|
AcknowledgeThirdPartyJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AcknowledgeThirdPartyJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
AcknowledgeThirdPartyJobRequest.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.AcknowledgeThirdPartyJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AcknowledgeThirdPartyJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.