Interface ReviewInformation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ReviewInformation.Builder,,- ReviewInformation> - SdkBuilder<ReviewInformation.Builder,,- ReviewInformation> - SdkPojo
- Enclosing class:
- ReviewInformation
@Mutable
@NotThreadSafe
public static interface ReviewInformation.Builder
extends SdkPojo, CopyableBuilder<ReviewInformation.Builder,ReviewInformation> 
- 
Method SummaryModifier and TypeMethodDescriptionreviewedTime(Instant reviewedTime) The time that the reviewer took action on the document review request.The reviewer assigned to take action on the document review request.The current status of the document review request.status(ReviewStatus status) The current status of the document review request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
reviewedTimeThe time that the reviewer took action on the document review request. - Parameters:
- reviewedTime- The time that the reviewer took action on the document review request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the document review request. - Parameters:
- status- The current status of the document review request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the document review request. - Parameters:
- status- The current status of the document review request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
reviewerThe reviewer assigned to take action on the document review request. - Parameters:
- reviewer- The reviewer assigned to take action on the document review request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-