| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeAutomationStepExecutionsResponse.Builder> |
DescribeAutomationStepExecutionsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.