Interface ReviewInformation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReviewInformation.Builder,ReviewInformation>, SdkBuilder<ReviewInformation.Builder,ReviewInformation>, SdkPojo
Enclosing class:
ReviewInformation

public static interface ReviewInformation.Builder extends SdkPojo, CopyableBuilder<ReviewInformation.Builder,ReviewInformation>
  • Method Details

    • reviewedTime

      ReviewInformation.Builder reviewedTime(Instant reviewedTime)

      The 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.
    • status

      The 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:
    • status

      The 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:
    • reviewer

      ReviewInformation.Builder reviewer(String reviewer)

      The 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.