CopyableBuilder<ListQueryExecutionsRequest.Builder,ListQueryExecutionsRequest>
, SdkBuilder<ListQueryExecutionsRequest.Builder,ListQueryExecutionsRequest>
public static interface ListQueryExecutionsRequest.Builder extends CopyableBuilder<ListQueryExecutionsRequest.Builder,ListQueryExecutionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListQueryExecutionsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of query executions to return in this request.
|
ListQueryExecutionsRequest.Builder |
nextToken(String nextToken) |
The token that specifies where to start pagination if a previous request was truncated.
|
copy
apply, build
ListQueryExecutionsRequest.Builder nextToken(String nextToken)
The token that specifies where to start pagination if a previous request was truncated.
nextToken
- The token that specifies where to start pagination if a previous request was truncated.ListQueryExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of query executions to return in this request.
maxResults
- The maximum number of query executions to return in this request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.