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.
|
build
overrideConfiguration
copy
applyMutation, build
ListTasksRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.