Interface Comment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Comment.Builder,Comment>,SdkBuilder<Comment.Builder,Comment>,SdkPojo
- Enclosing class:
- Comment
public static interface Comment.Builder extends SdkPojo, CopyableBuilder<Comment.Builder,Comment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comment.Buildermessage(String message)An optional description of the table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
message
Comment.Builder message(String 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.
-
-