static DescribeAutomationStepExecutionsResponse.Builder |
DescribeAutomationStepExecutionsResponse.builder() |
|
DescribeAutomationStepExecutionsResponse.Builder |
DescribeAutomationStepExecutionsResponse.Builder.nextToken(String nextToken) |
The token to use when requesting the next set of items.
|
DescribeAutomationStepExecutionsResponse.Builder |
DescribeAutomationStepExecutionsResponse.Builder.stepExecutions(Collection<StepExecution> stepExecutions) |
A list of details about the current state of all steps that make up an execution.
|
DescribeAutomationStepExecutionsResponse.Builder |
DescribeAutomationStepExecutionsResponse.Builder.stepExecutions(Consumer<StepExecution.Builder>... stepExecutions) |
A list of details about the current state of all steps that make up an execution.
|
DescribeAutomationStepExecutionsResponse.Builder |
DescribeAutomationStepExecutionsResponse.Builder.stepExecutions(StepExecution... stepExecutions) |
A list of details about the current state of all steps that make up an execution.
|
DescribeAutomationStepExecutionsResponse.Builder |
DescribeAutomationStepExecutionsResponse.toBuilder() |
|