public static interface ListPipelineExecutionsRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPipelineExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListPipelineExecutionsRequest.Builder |
nextToken(String 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.
|
ListPipelineExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPipelineExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListPipelineExecutionsRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline for which you want to get execution summary information.
|
buildoverrideConfigurationcopyapplyMutation, buildListPipelineExecutionsRequest.Builder pipelineName(String pipelineName)
The name of the pipeline for which you want to get execution summary information.
pipelineName - The name of the pipeline for which you want to get execution summary information.ListPipelineExecutionsRequest.Builder maxResults(Integer 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. The available pipeline execution history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
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. The available pipeline execution history is limited to
the most recent 12 months, based on pipeline execution start times. Default value is 100.ListPipelineExecutionsRequest.Builder nextToken(String 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.
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.ListPipelineExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListPipelineExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.