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 |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build
copy
apply, build
DescribeAutomationExecutionsResponse.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 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.