public static interface CountPendingDecisionTasksRequest.Builder extends SWFRequest.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
default CountPendingDecisionTasksRequest.Builder |
taskList(Consumer<TaskList.Builder> taskList)
The name of the task list.
|
CountPendingDecisionTasksRequest.Builder |
taskList(TaskList taskList)
The name of the task list.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.default CountPendingDecisionTasksRequest.Builder taskList(Consumer<TaskList.Builder> taskList)
The name of the task list.
This is a convenience that creates an instance of theTaskList.Builder avoiding the need to create
one manually via TaskList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to taskList(TaskList).taskList - a consumer that will call methods on TaskList.BuildertaskList(TaskList)CountPendingDecisionTasksRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.