public static interface CountPendingDecisionTasksRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CountPendingDecisionTasksRequest.Builder,CountPendingDecisionTasksRequest>
| Modifier and Type | Method and 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. All rights reserved.