Uses of Interface
software.amazon.awssdk.services.ssm.model.DocumentReviews.Builder
Packages that use DocumentReviews.Builder
-
Uses of DocumentReviews.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentReviews.BuilderModifier and TypeMethodDescriptionThe action to take on a document approval review request.DocumentReviews.Builder.action(DocumentReviewAction action) The action to take on a document approval review request.static DocumentReviews.BuilderDocumentReviews.builder()DocumentReviews.Builder.comment(Collection<DocumentReviewCommentSource> comment) A comment entered by a user in your organization about the document review request.DocumentReviews.Builder.comment(Consumer<DocumentReviewCommentSource.Builder>... comment) A comment entered by a user in your organization about the document review request.DocumentReviews.Builder.comment(DocumentReviewCommentSource... comment) A comment entered by a user in your organization about the document review request.DocumentReviews.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentReviews.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentReviews.Builder>DocumentReviews.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentReviews.BuilderModifier and TypeMethodDescriptionUpdateDocumentMetadataRequest.Builder.documentReviews(Consumer<DocumentReviews.Builder> documentReviews) The change template review details to update.