CopyableBuilder<PutJobSuccessResultRequest.Builder,PutJobSuccessResultRequest>
, SdkBuilder<PutJobSuccessResultRequest.Builder,PutJobSuccessResultRequest>
public static interface PutJobSuccessResultRequest.Builder extends CopyableBuilder<PutJobSuccessResultRequest.Builder,PutJobSuccessResultRequest>
Modifier and Type | Method | Description |
---|---|---|
PutJobSuccessResultRequest.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 custom action in progress.
|
PutJobSuccessResultRequest.Builder |
currentRevision(CurrentRevision currentRevision) |
The ID of the current revision of the artifact successfully worked upon by the job.
|
PutJobSuccessResultRequest.Builder |
executionDetails(ExecutionDetails executionDetails) |
The execution details of the successful job, such as the actions taken by the job worker.
|
PutJobSuccessResultRequest.Builder |
jobId(String jobId) |
The unique system-generated ID of the job that succeeded.
|
copy
apply, build
PutJobSuccessResultRequest.Builder jobId(String jobId)
The unique system-generated ID of the job that succeeded. This is the same ID returned from PollForJobs.
jobId
- The unique system-generated ID of the job that succeeded. This is the same ID returned from
PollForJobs.PutJobSuccessResultRequest.Builder currentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked upon by the job.
currentRevision
- The ID of the current revision of the artifact successfully worked upon by the job.PutJobSuccessResultRequest.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 custom 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 custom 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 custom 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 custom action. When the action is complete, no continuation token should be supplied.PutJobSuccessResultRequest.Builder executionDetails(ExecutionDetails executionDetails)
The execution details of the successful job, such as the actions taken by the job worker.
executionDetails
- The execution details of the successful job, such as the actions taken by the job worker.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.