Interface PutActionRevisionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodePipelineResponse.Builder, CopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>, SdkBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PutActionRevisionResponse

public static interface PutActionRevisionResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<PutActionRevisionResponse.Builder,PutActionRevisionResponse>
  • Method Details

    • newRevision

      PutActionRevisionResponse.Builder newRevision(Boolean newRevision)

      Indicates whether the artifact revision was previously used in an execution of the specified pipeline.

      Parameters:
      newRevision - Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelineExecutionId

      PutActionRevisionResponse.Builder pipelineExecutionId(String pipelineExecutionId)

      The ID of the current workflow state of the pipeline.

      Parameters:
      pipelineExecutionId - The ID of the current workflow state of the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.