public static interface CountPendingActivityTasksRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CountPendingActivityTasksRequest.Builder,CountPendingActivityTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
CountPendingActivityTasksRequest.Builder |
domain(String domain)
The name of the domain that contains the task list.
|
CountPendingActivityTasksRequest.Builder |
taskList(TaskList taskList)
The name of the task list.
|
copyapply, buildCountPendingActivityTasksRequest.Builder domain(String domain)
The name of the domain that contains the task list.
domain - The name of the domain that contains the task list.CountPendingActivityTasksRequest.Builder taskList(TaskList taskList)
The name of the task list.
taskList - The name of the task list.Copyright © 2017. All rights reserved.