public static interface PutActionRevisionResponse.Builder extends CodePipelineResponse.Builder, CopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>
| Modifier and Type | Method and Description |
|---|---|
PutActionRevisionResponse.Builder |
newRevision(Boolean newRevision)
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
|
PutActionRevisionResponse.Builder |
pipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildPutActionRevisionResponse.Builder newRevision(Boolean newRevision)
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
newRevision - Indicates whether the artifact revision was previously used in an execution of the specified pipeline.PutActionRevisionResponse.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
pipelineExecutionId - The ID of the current workflow state of the pipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.