Interface Comment.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Comment.Builder,,- Comment> - SdkBuilder<Comment.Builder,,- Comment> - SdkPojo
- Enclosing class:
- Comment
@Mutable
@NotThreadSafe
public static interface Comment.Builder
extends SdkPojo, CopyableBuilder<Comment.Builder,Comment> 
- 
Method SummaryModifier and TypeMethodDescriptionAn optional description of the table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
messageAn 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.
 
 
-