Uses of Interface
software.amazon.awssdk.services.ssm.model.DocumentReviewerResponseSource.Builder
Packages that use DocumentReviewerResponseSource.Builder
-
Uses of DocumentReviewerResponseSource.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentReviewerResponseSource.BuilderModifier and TypeMethodDescriptionDocumentReviewerResponseSource.builder()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.The user in your organization assigned to review a document 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.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.toBuilder()DocumentReviewerResponseSource.Builder.updatedTime(Instant updatedTime) The date and time that a reviewer last updated a response to a document review request.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentReviewerResponseSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentReviewerResponseSource.Builder>DocumentReviewerResponseSource.serializableBuilderClass()