public static interface DescribeAutomationExecutionsResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeAutomationExecutionsResponse.Builder,DescribeAutomationExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAutomationExecutionsResponse.Builder |
automationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter
specification, if any.
|
DescribeAutomationExecutionsResponse.Builder |
automationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter
specification, if any.
|
DescribeAutomationExecutionsResponse.Builder |
automationExecutionMetadataList(Consumer<AutomationExecutionMetadata.Builder>... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter
specification, if any.
|
DescribeAutomationExecutionsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeAutomationExecutionsResponse.Builder automationExecutionMetadataList(Collection<AutomationExecutionMetadata> automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if any.
automationExecutionMetadataList - The list of details about each automation execution which has occurred which matches the filter
specification, if any.DescribeAutomationExecutionsResponse.Builder automationExecutionMetadataList(AutomationExecutionMetadata... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if any.
automationExecutionMetadataList - The list of details about each automation execution which has occurred which matches the filter
specification, if any.DescribeAutomationExecutionsResponse.Builder automationExecutionMetadataList(Consumer<AutomationExecutionMetadata.Builder>... automationExecutionMetadataList)
The list of details about each automation execution which has occurred which matches the filter specification, if any.
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 #automationExecutionMetadataList(List) .automationExecutionMetadataList - a consumer that will call methods on List.Builder #automationExecutionMetadataList(List) DescribeAutomationExecutionsResponse.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.