public static interface CountPendingActivityTasksRequest.Builder extends SwfRequest.Builder, SdkPojo, 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) |
CountPendingActivityTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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)
overrideConfiguration in interface AwsRequest.BuilderCountPendingActivityTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.