DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.automationExecutionId(String automationExecutionId) |
The Automation execution ID for which you want step execution descriptions.
|
static DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.builder() |
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.filters(Collection<StepExecutionFilter> filters) |
One or more filters to limit the number of step executions returned by the request.
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.filters(Consumer<StepExecutionFilter.Builder>... filters) |
One or more filters to limit the number of step executions returned by the request.
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.filters(StepExecutionFilter... filters) |
One or more filters to limit the number of step executions returned by the request.
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of items to return for this call.
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.nextToken(String nextToken) |
The token for the next set of items to return.
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.Builder.reverseOrder(Boolean reverseOrder) |
Indicates whether to list step executions in reverse order by start time.
|
DescribeAutomationStepExecutionsRequest.Builder |
DescribeAutomationStepExecutionsRequest.toBuilder() |
|