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) |
ListPipelineExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPipelineExecutionsRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline for which you want to get execution summary information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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. Pipeline 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. Pipeline 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)
overrideConfiguration in interface AwsRequest.BuilderListPipelineExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.