public static interface ListTasksRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<ListTasksRequest.Builder,ListTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTasksRequest.Builder |
filters(Collection<TaskFilter> filters)
Sets the value of the Filters property for this object.
|
ListTasksRequest.Builder |
filters(Consumer<TaskFilter.Builder>... filters)
Sets the value of the Filters property for this object.
|
ListTasksRequest.Builder |
filters(TaskFilter... filters)
Sets the value of the Filters property for this object.
|
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) |
ListTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 filters(Collection<TaskFilter> filters)
filters - The new value for the Filters property for this object.ListTasksRequest.Builder filters(TaskFilter... filters)
filters - The new value for the Filters property for this object.ListTasksRequest.Builder filters(Consumer<TaskFilter.Builder>... filters)
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.