CopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
, SdkBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
public static interface PutThirdPartyJobSuccessResultRequest.Builder extends CopyableBuilder<PutThirdPartyJobSuccessResultRequest.Builder,PutThirdPartyJobSuccessResultRequest>
Modifier and Type | Method | Description |
---|---|---|
PutThirdPartyJobSuccessResultRequest.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.
|
PutThirdPartyJobSuccessResultRequest.Builder |
continuationToken(String continuationToken) |
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to
identify a partner action in progress.
|
PutThirdPartyJobSuccessResultRequest.Builder |
currentRevision(CurrentRevision currentRevision) |
Represents information about a current revision.
|
PutThirdPartyJobSuccessResultRequest.Builder |
executionDetails(ExecutionDetails executionDetails) |
The details of the actions taken and results produced on an artifact as it passes through stages in the
pipeline.
|
PutThirdPartyJobSuccessResultRequest.Builder |
jobId(String jobId) |
The ID of the job that successfully completed.
|
copy
apply, build
PutThirdPartyJobSuccessResultRequest.Builder jobId(String jobId)
The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
jobId
- The ID of the job that successfully completed. This is the same ID returned from
PollForThirdPartyJobs.PutThirdPartyJobSuccessResultRequest.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.PutThirdPartyJobSuccessResultRequest.Builder currentRevision(CurrentRevision currentRevision)
Represents information about a current revision.
currentRevision
- Represents information about a current revision.PutThirdPartyJobSuccessResultRequest.Builder continuationToken(String continuationToken)
A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs will use this token in order to identify the running instance of the action. It can be reused to return additional information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
continuationToken
- A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job
provides to identify a partner action in progress. Future jobs will use this token in order to
identify the running instance of the action. It can be reused to return additional information about
the progress of the partner action. When the action is complete, no continuation token should be
supplied.PutThirdPartyJobSuccessResultRequest.Builder executionDetails(ExecutionDetails executionDetails)
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
executionDetails
- The details of the actions taken and results produced on an artifact as it passes through stages in
the pipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.