CopyableBuilder<DisassociateQualificationFromWorkerRequest.Builder,DisassociateQualificationFromWorkerRequest>
, SdkBuilder<DisassociateQualificationFromWorkerRequest.Builder,DisassociateQualificationFromWorkerRequest>
public static interface DisassociateQualificationFromWorkerRequest.Builder extends CopyableBuilder<DisassociateQualificationFromWorkerRequest.Builder,DisassociateQualificationFromWorkerRequest>
Modifier and Type | Method | 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 |
workerId(String workerId) |
The ID of the Worker who possesses the Qualification to be revoked.
|
copy
apply, build
DisassociateQualificationFromWorkerRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.