| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static Cell.Builder |
Cell.builder() |
Cell.Builder |
Cell.Builder.cellReference(String cellReference)
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, if available.
|
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 © 2020. All rights reserved.