public static interface ListJobsRequest.Builder extends SnowballRequest.Builder, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest.Builder |
maxResults(Integer maxResults)
The number of
JobListEntry objects to return. |
ListJobsRequest.Builder |
nextToken(String nextToken)
HTTP requests are stateless.
|
ListJobsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListJobsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.ListJobsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListJobsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.