| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
static Cell.Builder |
Cell.builder() |
Cell.Builder |
Cell.Builder.format(Format format)
The format of the cell.
|
Cell.Builder |
Cell.Builder.format(String format)
The format of the cell.
|
Cell.Builder |
Cell.Builder.formattedValue(String formattedValue)
The formatted value of the cell.
|
Cell.Builder |
Cell.Builder.formula(String formula)
The formula contained in the cell.
|
Cell.Builder |
Cell.Builder.rawValue(String rawValue)
The raw value of the data contained in the cell.
|
Cell.Builder |
Cell.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cell.Builder> |
Cell.serializableBuilderClass() |
Copyright © 2021. All rights reserved.