public static interface ListTasksRequest.Builder extends SnowDeviceManagementRequest.Builder, SdkPojo, CopyableBuilder<ListTasksRequest.Builder,ListTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTasksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of tasks per page.
|
ListTasksRequest.Builder |
nextToken(String nextToken)
A pagination token to continue to the next page of tasks.
|
ListTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTasksRequest.Builder |
state(String state)
A structure used to filter the list of tasks.
|
ListTasksRequest.Builder |
state(TaskState state)
A structure used to filter the list of tasks.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTasksRequest.Builder maxResults(Integer maxResults)
The maximum number of tasks per page.
maxResults - The maximum number of tasks per page.ListTasksRequest.Builder nextToken(String nextToken)
A pagination token to continue to the next page of tasks.
nextToken - A pagination token to continue to the next page of tasks.ListTasksRequest.Builder state(String state)
A structure used to filter the list of tasks.
ListTasksRequest.Builder state(TaskState state)
A structure used to filter the list of tasks.
ListTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.