public static interface CountPendingActivityTasksRequest.Builder extends SwfRequest.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 | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
CountPendingActivityTasksRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
default CountPendingActivityTasksRequest.Builder | 
taskList(Consumer<TaskList.Builder> taskList)
 The name of the task list. 
 | 
CountPendingActivityTasksRequest.Builder | 
taskList(TaskList taskList)
 The name of the task list. 
 | 
buildoverrideConfigurationcopyapplyMutation, 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.default CountPendingActivityTasksRequest.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)CountPendingActivityTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CountPendingActivityTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.