CopyableBuilder<DescribeAutomationExecutionsResponse.Builder,DescribeAutomationExecutionsResponse>
, SdkBuilder<DescribeAutomationExecutionsResponse.Builder,DescribeAutomationExecutionsResponse>
public static interface DescribeAutomationExecutionsResponse.Builder extends CopyableBuilder<DescribeAutomationExecutionsResponse.Builder,DescribeAutomationExecutionsResponse>
Modifier and Type | Method | Description |
---|---|---|
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(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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setAutomationExecutionMetadataList(java.util.Collection)
or
#withAutomationExecutionMetadataList(java.util.Collection)
if you want to override the existing
values.
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.