Interface CountPendingActivityTasksRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CountPendingActivityTasksRequest.Builder,,CountPendingActivityTasksRequest> SdkBuilder<CountPendingActivityTasksRequest.Builder,,CountPendingActivityTasksRequest> SdkPojo,SdkRequest.Builder,SwfRequest.Builder
- Enclosing class:
 CountPendingActivityTasksRequest
public static interface CountPendingActivityTasksRequest.Builder
extends SwfRequest.Builder, SdkPojo, CopyableBuilder<CountPendingActivityTasksRequest.Builder,CountPendingActivityTasksRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the domain that contains the task list.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.taskList(Consumer<TaskList.Builder> taskList) The name of the task list.The name of the task list.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build 
- 
Method Details
- 
domain
The name of the domain that contains the task list.
- Parameters:
 domain- The name of the domain that contains the task list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
taskList
The name of the task list.
- Parameters:
 taskList- The name of the task list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
taskList
The name of the task list.
This is a convenience method that creates an instance of theTaskList.Builderavoiding the need to create one manually viaTaskList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totaskList(TaskList).- Parameters:
 taskList- a consumer that will call methods onTaskList.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CountPendingActivityTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CountPendingActivityTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -