CopyableBuilder<CountPendingDecisionTasksRequest.Builder,CountPendingDecisionTasksRequest>, SdkBuilder<CountPendingDecisionTasksRequest.Builder,CountPendingDecisionTasksRequest>public static interface CountPendingDecisionTasksRequest.Builder extends CopyableBuilder<CountPendingDecisionTasksRequest.Builder,CountPendingDecisionTasksRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CountPendingDecisionTasksRequest.Builder |
domain(String domain) |
The name of the domain that contains the task list.
|
CountPendingDecisionTasksRequest.Builder |
taskList(TaskList taskList) |
The name of the task list.
|
copyapply, buildCountPendingDecisionTasksRequest.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.CountPendingDecisionTasksRequest.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.