Interface DocumentReviewerResponseSource.Builder

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

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

    • createTime

      The date and time that a reviewer entered a response to a document review request.

      Parameters:
      createTime - The date and time that a reviewer entered a response to a document review request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedTime

      The date and time that a reviewer last updated a response to a document review request.

      Parameters:
      updatedTime - The date and time that a reviewer last updated a response to a document review request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reviewStatus

      DocumentReviewerResponseSource.Builder reviewStatus(String reviewStatus)

      The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

      Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

      Only one version of a document can be in review, or PENDING, at a time.

      Parameters:
      reviewStatus - The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

      Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

      Only one version of a document can be in review, or PENDING, at a time.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reviewStatus

      The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

      Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

      Only one version of a document can be in review, or PENDING, at a time.

      Parameters:
      reviewStatus - The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.

      Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.

      Only one version of a document can be in review, or PENDING, at a time.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comment

      The comment entered by a reviewer as part of their document review response.

      Parameters:
      comment - The comment entered by a reviewer as part of their document review response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comment

      The comment entered by a reviewer as part of their document review response.

      Parameters:
      comment - The comment entered by a reviewer as part of their document review response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comment

      The comment entered by a reviewer as part of their document review response.

      This is a convenience method that creates an instance of the DocumentReviewCommentSource.Builder avoiding the need to create one manually via DocumentReviewCommentSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to comment(List<DocumentReviewCommentSource>).

      Parameters:
      comment - a consumer that will call methods on DocumentReviewCommentSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reviewer

      The user in your organization assigned to review a document request.

      Parameters:
      reviewer - The user in your organization assigned to review a document request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.