CopyableBuilder<CountPendingActivityTasksRequest.Builder,CountPendingActivityTasksRequest>, SdkBuilder<CountPendingActivityTasksRequest.Builder,CountPendingActivityTasksRequest>public static interface CountPendingActivityTasksRequest.Builder extends CopyableBuilder<CountPendingActivityTasksRequest.Builder,CountPendingActivityTasksRequest>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.