Interface Comment.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Comment.Builder,,Comment> SdkBuilder<Comment.Builder,,Comment> SdkPojo
- Enclosing class:
 Comment
- 
Method Summary
Modifier and TypeMethodDescriptionAn optional description of the table.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
message
An optional description of the table.
- Parameters:
 message- An optional description of the table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -