public static interface DeleteWorkerBlockRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<DeleteWorkerBlockRequest.Builder,DeleteWorkerBlockRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkerBlockRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteWorkerBlockRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteWorkerBlockRequest.Builder |
reason(String reason)
A message that explains the reason for unblocking the Worker.
|
DeleteWorkerBlockRequest.Builder |
workerId(String workerId)
The ID of the Worker to unblock.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteWorkerBlockRequest.Builder workerId(String workerId)
The ID of the Worker to unblock.
workerId - The ID of the Worker to unblock.DeleteWorkerBlockRequest.Builder reason(String reason)
A message that explains the reason for unblocking the Worker. The Worker does not see this message.
reason - A message that explains the reason for unblocking the Worker. The Worker does not see this message.DeleteWorkerBlockRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteWorkerBlockRequest.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.