Interface DocumentReviewCommentSource.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DocumentReviewCommentSource.Builder,,DocumentReviewCommentSource> SdkBuilder<DocumentReviewCommentSource.Builder,,DocumentReviewCommentSource> SdkPojo
- Enclosing class:
 DocumentReviewCommentSource
public static interface DocumentReviewCommentSource.Builder
extends SdkPojo, CopyableBuilder<DocumentReviewCommentSource.Builder,DocumentReviewCommentSource> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.The type of information added to a review request.The type of information added to a review request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
type
The type of information added to a review request. Currently, only the value
Commentis supported.- Parameters:
 type- The type of information added to a review request. Currently, only the valueCommentis supported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of information added to a review request. Currently, only the value
Commentis supported.- Parameters:
 type- The type of information added to a review request. Currently, only the valueCommentis supported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -