public static interface DisassociateQualificationFromWorkerRequest.Builder extends MTurkRequest.Builder, CopyableBuilder<DisassociateQualificationFromWorkerRequest.Builder,DisassociateQualificationFromWorkerRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateQualificationFromWorkerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisassociateQualificationFromWorkerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DisassociateQualificationFromWorkerRequest.Builder |
qualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualification to be revoked.
|
DisassociateQualificationFromWorkerRequest.Builder |
reason(String reason)
A text message that explains why the Qualification was revoked.
|
DisassociateQualificationFromWorkerRequest.Builder |
workerId(String workerId)
The ID of the Worker who possesses the Qualification to be revoked.
|
buildoverrideConfigurationcopyapplyMutation, buildDisassociateQualificationFromWorkerRequest.Builder workerId(String workerId)
The ID of the Worker who possesses the Qualification to be revoked.
workerId - The ID of the Worker who possesses the Qualification to be revoked.DisassociateQualificationFromWorkerRequest.Builder qualificationTypeId(String qualificationTypeId)
The ID of the Qualification type of the Qualification to be revoked.
qualificationTypeId - The ID of the Qualification type of the Qualification to be revoked.DisassociateQualificationFromWorkerRequest.Builder reason(String reason)
A text message that explains why the Qualification was revoked. The user who had the Qualification sees this message.
reason - A text message that explains why the Qualification was revoked. The user who had the Qualification
sees this message.DisassociateQualificationFromWorkerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisassociateQualificationFromWorkerRequest.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.