Uses of Interface
software.amazon.awssdk.services.kendra.model.TableCell.Builder
-
Packages that use TableCell.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of TableCell.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return TableCell.Builder Modifier and Type Method Description static TableCell.BuilderTableCell. builder()TableCell.BuilderTableCell.Builder. header(Boolean header)TRUEmeans that the table cell should be treated as a header.TableCell.BuilderTableCell.Builder. highlighted(Boolean highlighted)TRUEmeans that the table cell has a high enough confidence and is relevant to the query, so the value or content should be highlighted.TableCell.BuilderTableCell. toBuilder()TableCell.BuilderTableCell.Builder. topAnswer(Boolean topAnswer)TRUEif the response of the table cell is the top answer.TableCell.BuilderTableCell.Builder. value(String value)The actual value or content within a table cell.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type TableCell.Builder Modifier and Type Method Description static Class<? extends TableCell.Builder>TableCell. serializableBuilderClass()
-