public static interface DisassociateQualificationFromWorkerRequest.Builder extends MTurkRequest.Builder, CopyableBuilder<DisassociateQualificationFromWorkerRequest.Builder,DisassociateQualificationFromWorkerRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisassociateQualificationFromWorkerRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DisassociateQualificationFromWorkerRequest.Builder |
workerId(String workerId)
The ID of the Worker who possesses the Qualification to be revoked.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisassociateQualificationFromWorkerRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.