public static interface ListActionExecutionsRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<ListActionExecutionsRequest.Builder,ListActionExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListActionExecutionsRequest.Builder |
filter(ActionExecutionFilter filter)
Input information used to filter action execution history.
|
default ListActionExecutionsRequest.Builder |
filter(Consumer<ActionExecutionFilter.Builder> filter)
Input information used to filter action execution history.
|
ListActionExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListActionExecutionsRequest.Builder |
nextToken(String nextToken)
The token that was returned from the previous
ListActionExecutions call, which can be used to
return the next set of action executions in the list. |
ListActionExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListActionExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListActionExecutionsRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline for which you want to list action execution history.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActionExecutionsRequest.Builder pipelineName(String pipelineName)
The name of the pipeline for which you want to list action execution history.
pipelineName - The name of the pipeline for which you want to list action execution history.ListActionExecutionsRequest.Builder filter(ActionExecutionFilter filter)
Input information used to filter action execution history.
filter - Input information used to filter action execution history.default ListActionExecutionsRequest.Builder filter(Consumer<ActionExecutionFilter.Builder> filter)
Input information used to filter action execution history.
This is a convenience method that creates an instance of theActionExecutionFilter.Builder avoiding
the need to create one manually via ActionExecutionFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to filter(ActionExecutionFilter).
filter - a consumer that will call methods on ActionExecutionFilter.Builderfilter(ActionExecutionFilter)ListActionExecutionsRequest.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. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.
Detailed execution history is available for executions run on or after February 21, 2019.
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. Action execution history is retained for up to 12
months, based on action execution start times. Default value is 100. Detailed execution history is available for executions run on or after February 21, 2019.
ListActionExecutionsRequest.Builder nextToken(String nextToken)
The token that was returned from the previous ListActionExecutions call, which can be used to
return the next set of action executions in the list.
nextToken - The token that was returned from the previous ListActionExecutions call, which can be
used to return the next set of action executions in the list.ListActionExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListActionExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.