Uses of Interface
software.amazon.awssdk.services.honeycode.model.Cell.Builder
-
Packages that use Cell.Builder Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of Cell.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return Cell.Builder Modifier and Type Method Description static Cell.BuilderCell. builder()Cell.BuilderCell.Builder. format(String format)The format of the cell.Cell.BuilderCell.Builder. format(Format format)The format of the cell.Cell.BuilderCell.Builder. formattedValue(String formattedValue)The formatted value of the cell.Cell.BuilderCell.Builder. formattedValues(String... formattedValues)A list of formatted values of the cell.Cell.BuilderCell.Builder. formattedValues(Collection<String> formattedValues)A list of formatted values of the cell.Cell.BuilderCell.Builder. formula(String formula)The formula contained in the cell.Cell.BuilderCell.Builder. rawValue(String rawValue)The raw value of the data contained in the cell.Cell.BuilderCell. toBuilder()Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type Cell.Builder Modifier and Type Method Description static Class<? extends Cell.Builder>Cell. serializableBuilderClass()
-