CopyableBuilder<RejectQualificationRequestRequest.Builder,RejectQualificationRequestRequest>, SdkBuilder<RejectQualificationRequestRequest.Builder,RejectQualificationRequestRequest>public static interface RejectQualificationRequestRequest.Builder extends CopyableBuilder<RejectQualificationRequestRequest.Builder,RejectQualificationRequestRequest>
| Modifier and Type | Method | Description |
|---|---|---|
RejectQualificationRequestRequest.Builder |
qualificationRequestId(String qualificationRequestId) |
The ID of the Qualification request, as returned by the
ListQualificationRequests operation. |
RejectQualificationRequestRequest.Builder |
reason(String reason) |
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
|
copyapply, buildRejectQualificationRequestRequest.Builder qualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the ListQualificationRequests operation.
qualificationRequestId - The ID of the Qualification request, as returned by the ListQualificationRequests
operation.RejectQualificationRequestRequest.Builder reason(String reason)
A text message explaining why the request was rejected, to be shown to the Worker who made the request.
reason - A text message explaining why the request was rejected, to be shown to the Worker who made the
request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.