| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static Cell.Builder |
Cell.builder() |
Cell.Builder |
Cell.Builder.cellReference(String cellReference)
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that
contains the data.
|
Cell.Builder |
Cell.Builder.column(Long column)
The column number of the column that contains the data.
|
Cell.Builder |
Cell.Builder.columnName(String columnName)
The name of the column that contains the data.
|
Cell.Builder |
Cell.Builder.row(Long row)
The row number of the row that contains the data.
|
Cell.Builder |
Cell.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cell.Builder> |
Cell.serializableBuilderClass() |
Copyright © 2023. All rights reserved.