CopyableBuilder<DescribeAutomationExecutionsRequest.Builder,DescribeAutomationExecutionsRequest>, SdkBuilder<DescribeAutomationExecutionsRequest.Builder,DescribeAutomationExecutionsRequest>public static interface DescribeAutomationExecutionsRequest.Builder extends CopyableBuilder<DescribeAutomationExecutionsRequest.Builder,DescribeAutomationExecutionsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeAutomationExecutionsRequest.Builder |
filters(Collection<AutomationExecutionFilter> filters) |
Filters used to limit the scope of executions that are requested.
|
DescribeAutomationExecutionsRequest.Builder |
filters(AutomationExecutionFilter... filters) |
Filters used to limit the scope of executions that are requested.
|
DescribeAutomationExecutionsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this call.
|
DescribeAutomationExecutionsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copyapply, buildDescribeAutomationExecutionsRequest.Builder filters(Collection<AutomationExecutionFilter> filters)
Filters used to limit the scope of executions that are requested.
filters - Filters used to limit the scope of executions that are requested.DescribeAutomationExecutionsRequest.Builder filters(AutomationExecutionFilter... filters)
Filters used to limit the scope of executions that are requested.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
filters - Filters used to limit the scope of executions that are requested.DescribeAutomationExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.DescribeAutomationExecutionsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.