| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentReviewCommentSource.Builder |
DocumentReviewCommentSource.builder() |
DocumentReviewCommentSource.Builder |
DocumentReviewCommentSource.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.Builder |
DocumentReviewCommentSource.toBuilder() |
DocumentReviewCommentSource.Builder |
DocumentReviewCommentSource.Builder.type(DocumentReviewCommentType type)
The type of information added to a review request.
|
DocumentReviewCommentSource.Builder |
DocumentReviewCommentSource.Builder.type(String type)
The type of information added to a review request.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentReviewCommentSource.Builder> |
DocumentReviewCommentSource.serializableBuilderClass() |
Copyright © 2022. All rights reserved.