public static interface DeleteWorkerBlockRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<DeleteWorkerBlockRequest.Builder,DeleteWorkerBlockRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkerBlockRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteWorkerBlockRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDeleteWorkerBlockRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.