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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CountPendingActivityTasksRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CountPendingActivityTasksRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.