| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default PutThirdPartyJobSuccessResultResponse |
CodePipelineClient.putThirdPartyJobSuccessResult(Consumer<PutThirdPartyJobSuccessResultRequest.Builder> putThirdPartyJobSuccessResultRequest)
Represents the success of a third party job as returned to the pipeline by a job worker.
|
default CompletableFuture<PutThirdPartyJobSuccessResultResponse> |
CodePipelineAsyncClient.putThirdPartyJobSuccessResult(Consumer<PutThirdPartyJobSuccessResultRequest.Builder> putThirdPartyJobSuccessResultRequest)
Represents the success of a third party job as returned to the pipeline by a job worker.
|
| Modifier and Type | Method and Description |
|---|---|
static PutThirdPartyJobSuccessResultRequest.Builder |
PutThirdPartyJobSuccessResultRequest.builder() |
PutThirdPartyJobSuccessResultRequest.Builder |
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 |
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.
|
default PutThirdPartyJobSuccessResultRequest.Builder |
PutThirdPartyJobSuccessResultRequest.Builder.currentRevision(Consumer<CurrentRevision.Builder> currentRevision)
Represents information about a current revision.
|
PutThirdPartyJobSuccessResultRequest.Builder |
PutThirdPartyJobSuccessResultRequest.Builder.currentRevision(CurrentRevision currentRevision)
Represents information about a current revision.
|
default PutThirdPartyJobSuccessResultRequest.Builder |
PutThirdPartyJobSuccessResultRequest.Builder.executionDetails(Consumer<ExecutionDetails.Builder> executionDetails)
The details of the actions taken and results produced on an artifact as it passes through stages in the
pipeline.
|
PutThirdPartyJobSuccessResultRequest.Builder |
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 |
PutThirdPartyJobSuccessResultRequest.Builder.jobId(String jobId)
The ID of the job that successfully completed.
|
PutThirdPartyJobSuccessResultRequest.Builder |
PutThirdPartyJobSuccessResultRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutThirdPartyJobSuccessResultRequest.Builder |
PutThirdPartyJobSuccessResultRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutThirdPartyJobSuccessResultRequest.Builder |
PutThirdPartyJobSuccessResultRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutThirdPartyJobSuccessResultRequest.Builder> |
PutThirdPartyJobSuccessResultRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.