CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>, SdkBuilder<ListJobsRequest.Builder,ListJobsRequest>public static interface ListJobsRequest.Builder extends CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListJobsRequest.Builder |
maxResults(Integer maxResults) |
The number of
JobListEntry objects to return. |
ListJobsRequest.Builder |
nextToken(String nextToken) |
HTTP requests are stateless.
|
copyapply, buildListJobsRequest.Builder maxResults(Integer maxResults)
The number of JobListEntry objects to return.
maxResults - The number of JobListEntry objects to return.ListJobsRequest.Builder nextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry
objects, you have the option of specifying NextToken as the starting point for your returned
list.
nextToken - HTTP requests are stateless. To identify what object comes "next" in the list of
JobListEntry objects, you have the option of specifying NextToken as the
starting point for your returned list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.