static ListActionExecutionsRequest.Builder |
ListActionExecutionsRequest.builder() |
|
default ListActionExecutionsRequest.Builder |
ListActionExecutionsRequest.Builder.filter(Consumer<ActionExecutionFilter.Builder> filter) |
Input information used to filter action execution history.
|
ListActionExecutionsRequest.Builder |
ListActionExecutionsRequest.Builder.filter(ActionExecutionFilter filter) |
Input information used to filter action execution history.
|
ListActionExecutionsRequest.Builder |
ListActionExecutionsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return in a single call.
|
ListActionExecutionsRequest.Builder |
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 |
ListActionExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListActionExecutionsRequest.Builder |
ListActionExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListActionExecutionsRequest.Builder |
ListActionExecutionsRequest.Builder.pipelineName(String pipelineName) |
The name of the pipeline for which you want to list action execution history.
|
ListActionExecutionsRequest.Builder |
ListActionExecutionsRequest.toBuilder() |
|