| 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 sensitive data, for example
Sheet2!C5 for cell C5 on Sheet2 in a Microsoft Excel workbook.
|
Cell.Builder |
Cell.Builder.column(Long column)
The column number of the column that contains the sensitive data.
|
Cell.Builder |
Cell.Builder.columnName(String columnName)
The name of the column that contains the sensitive data, if available.
|
Cell.Builder |
Cell.Builder.row(Long row)
The row number of the row that contains the sensitive data.
|
Cell.Builder |
Cell.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cell.Builder> |
Cell.serializableBuilderClass() |
Copyright © 2021. All rights reserved.