public static interface ListTasksRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListTasksRequest.Builder,ListTasksRequest>
| Modifier and Type | Method and Description | 
|---|---|
ListTasksRequest.Builder | 
maxResults(Integer maxResults)
 The maximum number of tasks to return. 
 | 
ListTasksRequest.Builder | 
nextToken(String nextToken)
 An opaque string that indicates the position at which to begin the next list of tasks. 
 | 
ListTasksRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
ListTasksRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildListTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of tasks to return.
maxResults - The maximum number of tasks to return.ListTasksRequest.Builder nextToken(String nextToken)
An opaque string that indicates the position at which to begin the next list of tasks.
nextToken - An opaque string that indicates the position at which to begin the next list of tasks.ListTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.