public static interface ListExecutionsRequest.Builder extends SnowDeviceManagementRequest.Builder, SdkPojo, CopyableBuilder<ListExecutionsRequest.Builder,ListExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of tasks to list per page.
|
ListExecutionsRequest.Builder |
nextToken(String nextToken)
A pagination token to continue to the next page of tasks.
|
ListExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListExecutionsRequest.Builder |
state(ExecutionState state)
A structure used to filter the tasks by their current state.
|
ListExecutionsRequest.Builder |
state(String state)
A structure used to filter the tasks by their current state.
|
ListExecutionsRequest.Builder |
taskId(String taskId)
The ID of the task.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of tasks to list per page.
maxResults - The maximum number of tasks to list per page.ListExecutionsRequest.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.ListExecutionsRequest.Builder state(String state)
A structure used to filter the tasks by their current state.
state - A structure used to filter the tasks by their current state.ExecutionState,
ExecutionStateListExecutionsRequest.Builder state(ExecutionState state)
A structure used to filter the tasks by their current state.
state - A structure used to filter the tasks by their current state.ExecutionState,
ExecutionStateListExecutionsRequest.Builder taskId(String taskId)
The ID of the task.
taskId - The ID of the task.ListExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.