public static interface ReviewInformation.Builder extends SdkPojo, CopyableBuilder<ReviewInformation.Builder,ReviewInformation>
Modifier and Type | Method and Description |
---|---|
ReviewInformation.Builder |
reviewedTime(Instant reviewedTime)
The time that the reviewer took action on the document review request.
|
ReviewInformation.Builder |
reviewer(String reviewer)
The reviewer assigned to take action on the document review request.
|
ReviewInformation.Builder |
status(ReviewStatus status)
The current status of the document review request.
|
ReviewInformation.Builder |
status(String status)
The current status of the document review request.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReviewInformation.Builder reviewedTime(Instant reviewedTime)
The time that the reviewer took action on the document review request.
reviewedTime
- The time that the reviewer took action on the document review request.ReviewInformation.Builder status(String status)
The current status of the document review request.
status
- The current status of the document review request.ReviewStatus
,
ReviewStatus
ReviewInformation.Builder status(ReviewStatus status)
The current status of the document review request.
status
- The current status of the document review request.ReviewStatus
,
ReviewStatus
ReviewInformation.Builder reviewer(String reviewer)
The reviewer assigned to take action on the document review request.
reviewer
- The reviewer assigned to take action on the document review request.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.