| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static Comment.Builder |
Comment.builder() |
Comment.Builder |
Comment.Builder.message(String message)
An optional description of the table.
|
Comment.Builder |
Comment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Comment.Builder> |
Comment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTableRequest.Builder |
CreateTableRequest.Builder.comment(Consumer<Comment.Builder> comment)
This parameter allows to enter a description of the table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.comment(Consumer<Comment.Builder> comment)
The the description of the specified table.
|
Copyright © 2023. All rights reserved.