public static interface CreateWorkerBlockRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkerBlockRequest.Builder,CreateWorkerBlockRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkerBlockRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkerBlockRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkerBlockRequest.Builder |
reason(String reason)
A message explaining the reason for blocking the Worker.
|
CreateWorkerBlockRequest.Builder |
workerId(String workerId)
The ID of the Worker to block.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkerBlockRequest.Builder workerId(String workerId)
The ID of the Worker to block.
workerId - The ID of the Worker to block.CreateWorkerBlockRequest.Builder reason(String reason)
A message explaining the reason for blocking the Worker. This parameter enables you to keep track of your Workers. The Worker does not see this message.
reason - A message explaining the reason for blocking the Worker. This parameter enables you to keep track of
your Workers. The Worker does not see this message.CreateWorkerBlockRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorkerBlockRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.