| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.builder() |
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.comment(Collection<DocumentReviewCommentSource> comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.comment(Consumer<DocumentReviewCommentSource.Builder>... comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.comment(DocumentReviewCommentSource... comment)
The comment entered by a reviewer as part of their document review response.
|
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.createTime(Instant createTime)
The date and time that a reviewer entered a response to a document review request.
|
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.reviewer(String reviewer)
The user in your organization assigned to review a document request.
|
DocumentReviewerResponseSource.Builder |
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 |
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 |
DocumentReviewerResponseSource.toBuilder() |
DocumentReviewerResponseSource.Builder |
DocumentReviewerResponseSource.Builder.updatedTime(Instant updatedTime)
The date and time that a reviewer last updated a response to a document review request.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentReviewerResponseSource.Builder> |
DocumentReviewerResponseSource.serializableBuilderClass() |
Copyright © 2021. All rights reserved.