public static interface DescribeAutomationStepExecutionsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeAutomationStepExecutionsResponse.Builder,DescribeAutomationStepExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationStepExecutionsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeAutomationStepExecutionsResponse.Builder |
stepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
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 |
stepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that make up an execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAutomationStepExecutionsResponse.Builder stepExecutions(Collection<StepExecution> stepExecutions)
A list of details about the current state of all steps that make up an execution.
stepExecutions - A list of details about the current state of all steps that make up an execution.DescribeAutomationStepExecutionsResponse.Builder stepExecutions(StepExecution... stepExecutions)
A list of details about the current state of all steps that make up an execution.
stepExecutions - A list of details about the current state of all steps that make up an execution.DescribeAutomationStepExecutionsResponse.Builder stepExecutions(Consumer<StepExecution.Builder>... stepExecutions)
A list of details about the current state of all steps that make up an execution.
This is a convenience method that creates an instance of theStepExecution.Builder avoiding the need to create one
manually via StepExecution.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #stepExecutions(List.
stepExecutions - a consumer that will call methods on
StepExecution.Builder#stepExecutions(java.util.Collection) DescribeAutomationStepExecutionsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2023. All rights reserved.