public static interface DocumentReviewerResponseSource.Builder extends SdkPojo, CopyableBuilder<DocumentReviewerResponseSource.Builder,DocumentReviewerResponseSource>
Modifier and Type | Method and Description |
---|---|
DocumentReviewerResponseSource.Builder |
comment(Collection<DocumentReviewCommentSource> comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviewerResponseSource.Builder |
comment(Consumer<DocumentReviewCommentSource.Builder>... comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviewerResponseSource.Builder |
comment(DocumentReviewCommentSource... comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviewerResponseSource.Builder |
createTime(Instant createTime)
The date and time that a reviewer entered a response to a document review request.
|
DocumentReviewerResponseSource.Builder |
reviewer(String reviewer)
The user in your organization assigned to review a document request.
|
DocumentReviewerResponseSource.Builder |
reviewStatus(ReviewStatus 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.
|
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.
|
DocumentReviewerResponseSource.Builder |
updatedTime(Instant updatedTime)
The date and time that a reviewer last updated a response to a document review request.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DocumentReviewerResponseSource.Builder createTime(Instant createTime)
The date and time that a reviewer entered a response to a document review request.
createTime
- The date and time that a reviewer entered a response to a document review request.DocumentReviewerResponseSource.Builder updatedTime(Instant updatedTime)
The date and time that a reviewer last updated a response to a document review request.
updatedTime
- The date and time that a reviewer last updated a response to a document review request.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.
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.
ReviewStatus
,
ReviewStatus
DocumentReviewerResponseSource.Builder reviewStatus(ReviewStatus 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.
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.
ReviewStatus
,
ReviewStatus
DocumentReviewerResponseSource.Builder comment(Collection<DocumentReviewCommentSource> comment)
The comment entered by a reviewer as part of their document review response.
comment
- The comment entered by a reviewer as part of their document review response.DocumentReviewerResponseSource.Builder comment(DocumentReviewCommentSource... comment)
The comment entered by a reviewer as part of their document review response.
comment
- The comment entered by a reviewer as part of their document review response.DocumentReviewerResponseSource.Builder comment(Consumer<DocumentReviewCommentSource.Builder>... comment)
The comment entered by a reviewer as part of their document review response.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #comment(List)
.comment
- a consumer that will call methods on List.Builder
#comment(List)
DocumentReviewerResponseSource.Builder reviewer(String reviewer)
The user in your organization assigned to review a document request.
reviewer
- The user in your organization assigned to review a document request.Copyright © 2021. All rights reserved.