static ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.builder() |
|
default ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.Builder.filter(Consumer<RuleExecutionFilter.Builder> filter) |
Input information used to filter rule execution history.
|
ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.Builder.filter(RuleExecutionFilter filter) |
Input information used to filter rule execution history.
|
ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return in a single call.
|
ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.Builder.nextToken(String nextToken) |
The token that was returned from the previous ListRuleExecutions call, which can be used to
return the next set of rule executions in the list.
|
ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.Builder.pipelineName(String pipelineName) |
The name of the pipeline for which you want to get execution summary information.
|
ListRuleExecutionsRequest.Builder |
ListRuleExecutionsRequest.toBuilder() |
|