public static interface ListPipelineExecutionsRequest.Builder extends CodePipelineRequest.Builder, 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 |
pipelineName(String pipelineName)
The name of the pipeline for which you want to get execution summary information.
|
ListPipelineExecutionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListPipelineExecutionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListPipelineExecutionsRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListPipelineExecutionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.