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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #stepExecutions(List) .stepExecutions - a consumer that will call methods on List.Builder #stepExecutions(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.