CopyableBuilder<UpdateHITReviewStatusRequest.Builder,UpdateHITReviewStatusRequest>
, SdkBuilder<UpdateHITReviewStatusRequest.Builder,UpdateHITReviewStatusRequest>
public static interface UpdateHITReviewStatusRequest.Builder extends CopyableBuilder<UpdateHITReviewStatusRequest.Builder,UpdateHITReviewStatusRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateHITReviewStatusRequest.Builder |
hitId(String hitId) |
The ID of the HIT to update.
|
UpdateHITReviewStatusRequest.Builder |
revert(Boolean revert) |
Specifies how to update the HIT status.
|
copy
apply, build
UpdateHITReviewStatusRequest.Builder hitId(String hitId)
The ID of the HIT to update.
hitId
- The ID of the HIT to update.UpdateHITReviewStatusRequest.Builder revert(Boolean revert)
Specifies how to update the HIT status. Default is False
.
Setting this to false will only transition a HIT from Reviewable
to Reviewing
Setting this to true will only transition a HIT from Reviewing
to Reviewable
revert
- Specifies how to update the HIT status. Default is False
.
Setting this to false will only transition a HIT from Reviewable
to
Reviewing
Setting this to true will only transition a HIT from Reviewing
to Reviewable
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.