CopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
, SdkBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
public static interface AssociateQualificationWithWorkerRequest.Builder extends CopyableBuilder<AssociateQualificationWithWorkerRequest.Builder,AssociateQualificationWithWorkerRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateQualificationWithWorkerRequest.Builder |
integerValue(Integer integerValue) |
The value of the Qualification to assign.
|
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.
|
copy
apply, build
AssociateQualificationWithWorkerRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.