public static interface PutJobSuccessResultRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<PutJobSuccessResultRequest.Builder,PutJobSuccessResultRequest>
| Modifier and Type | Method and 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.
|
default PutJobSuccessResultRequest.Builder |
currentRevision(Consumer<CurrentRevision.Builder> currentRevision)
The ID of the current revision of the artifact successfully worked on by the job.
|
PutJobSuccessResultRequest.Builder |
currentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked on by the job.
|
default PutJobSuccessResultRequest.Builder |
executionDetails(Consumer<ExecutionDetails.Builder> executionDetails)
The execution details of the successful job, such as the actions taken by the job worker.
|
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.
|
PutJobSuccessResultRequest.Builder |
outputVariables(Map<String,String> outputVariables)
Key-value pairs produced as output by a job worker that can be made available to a downstream action
configuration.
|
PutJobSuccessResultRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutJobSuccessResultRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutJobSuccessResultRequest.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 on by the job.
currentRevision - The ID of the current revision of the artifact successfully worked on by the job.default PutJobSuccessResultRequest.Builder currentRevision(Consumer<CurrentRevision.Builder> currentRevision)
The ID of the current revision of the artifact successfully worked on by the job.
This is a convenience method that creates an instance of theCurrentRevision.Builder avoiding the
need to create one manually via CurrentRevision.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to currentRevision(CurrentRevision).
currentRevision - a consumer that will call methods on CurrentRevision.BuildercurrentRevision(CurrentRevision)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 use this token to identify the running instance of the action. It can be reused to return more 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 use this token to identify the running
instance of the action. It can be reused to return more 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.default PutJobSuccessResultRequest.Builder executionDetails(Consumer<ExecutionDetails.Builder> executionDetails)
The execution details of the successful job, such as the actions taken by the job worker.
This is a convenience method that creates an instance of theExecutionDetails.Builder avoiding the
need to create one manually via ExecutionDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to executionDetails(ExecutionDetails).
executionDetails - a consumer that will call methods on ExecutionDetails.BuilderexecutionDetails(ExecutionDetails)PutJobSuccessResultRequest.Builder outputVariables(Map<String,String> outputVariables)
Key-value pairs produced as output by a job worker that can be made available to a downstream action
configuration. outputVariables can be included only when there is no continuation token on the
request.
outputVariables - Key-value pairs produced as output by a job worker that can be made available to a downstream action
configuration. outputVariables can be included only when there is no continuation token
on the request.PutJobSuccessResultRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutJobSuccessResultRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.