Uses of Interface
software.amazon.awssdk.services.ssm.model.DocumentReviewCommentSource.Builder
-
Packages that use DocumentReviewCommentSource.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of DocumentReviewCommentSource.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentReviewCommentSource.Builder Modifier and Type Method Description static DocumentReviewCommentSource.BuilderDocumentReviewCommentSource. builder()DocumentReviewCommentSource.BuilderDocumentReviewCommentSource.Builder. content(String content)The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.DocumentReviewCommentSource.BuilderDocumentReviewCommentSource. toBuilder()DocumentReviewCommentSource.BuilderDocumentReviewCommentSource.Builder. type(String type)The type of information added to a review request.DocumentReviewCommentSource.BuilderDocumentReviewCommentSource.Builder. type(DocumentReviewCommentType type)The type of information added to a review request.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentReviewCommentSource.Builder Modifier and Type Method Description static Class<? extends DocumentReviewCommentSource.Builder>DocumentReviewCommentSource. serializableBuilderClass()
-