Uses of Interface
software.amazon.awssdk.services.keyspaces.model.Comment.Builder
-
Packages that use Comment.Builder Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of Comment.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return Comment.Builder Modifier and Type Method Description static Comment.BuilderComment. builder()Comment.BuilderComment.Builder. message(String message)An optional description of the table.Comment.BuilderComment. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type Comment.Builder Modifier and Type Method Description static Class<? extends Comment.Builder>Comment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type Comment.Builder Modifier and Type Method Description default CreateTableRequest.BuilderCreateTableRequest.Builder. comment(Consumer<Comment.Builder> comment)This parameter allows to enter a description of the table.default GetTableResponse.BuilderGetTableResponse.Builder. comment(Consumer<Comment.Builder> comment)The the description of the specified table.
-