Interface ListPipelineExecutionsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodePipelineRequest.Builder, CopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>, SdkBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListPipelineExecutionsRequest

public static interface ListPipelineExecutionsRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
  • Method Details

    • pipelineName

      ListPipelineExecutionsRequest.Builder pipelineName(String pipelineName)

      The name of the pipeline for which you want to get execution summary information.

      Parameters:
      pipelineName - The name of the pipeline for which you want to get execution summary information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.

      Parameters:
      maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.

      Parameters:
      nextToken - The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListPipelineExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.