CopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>
, SdkBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>
public static interface PutActionRevisionResponse.Builder extends CopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
PutActionRevisionResponse.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.