public static interface AssociateQualificationWithWorkerRequest.Builder extends MTurkRequest.Builder, SdkPojo, CopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateQualificationWithWorkerRequest.Builder |
integerValue(Integer integerValue)
The value of the Qualification to assign.
|
AssociateQualificationWithWorkerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateQualificationWithWorkerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateQualificationWithWorkerRequest.Builder |
qualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use for the assigned Qualification.
|
AssociateQualificationWithWorkerRequest.Builder |
sendNotification(Boolean sendNotification)
Specifies whether to send a notification email message to the Worker saying that the qualification was
assigned to the Worker.
|
AssociateQualificationWithWorkerRequest.Builder |
workerId(String workerId)
The ID of the Worker to whom the Qualification is being assigned.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateQualificationWithWorkerRequest.Builder qualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use for the assigned Qualification.
qualificationTypeId - The ID of the Qualification type to use for the assigned Qualification.AssociateQualificationWithWorkerRequest.Builder workerId(String workerId)
The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with submitted HIT assignments and Qualification requests.
workerId - The ID of the Worker to whom the Qualification is being assigned. Worker IDs are included with
submitted HIT assignments and Qualification requests.AssociateQualificationWithWorkerRequest.Builder integerValue(Integer integerValue)
The value of the Qualification to assign.
integerValue - The value of the Qualification to assign.AssociateQualificationWithWorkerRequest.Builder sendNotification(Boolean sendNotification)
Specifies whether to send a notification email message to the Worker saying that the qualification was assigned to the Worker. Note: this is true by default.
sendNotification - Specifies whether to send a notification email message to the Worker saying that the qualification was
assigned to the Worker. Note: this is true by default.AssociateQualificationWithWorkerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateQualificationWithWorkerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.