@Generated(value="software.amazon.awssdk:codegen") public final class Cell extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Cell.Builder,Cell>
Specifies the location of an occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Cell.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Cell.Builder |
builder() |
String |
cellReference()
The location of the cell, as an absolute cell reference, that contains the data.
|
Long |
column()
The column number of the column that contains the data.
|
String |
columnName()
The name of the column that contains the data, if available.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
row()
The row number of the row that contains the data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Cell.Builder> |
serializableBuilderClass() |
Cell.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cellReference()
The location of the cell, as an absolute cell reference, that contains the data. For example, Sheet2!C5 for cell C5 on Sheet2 in a Microsoft Excel workbook. This value is null for CSV and TSV files.
public final Long column()
The column number of the column that contains the data. For a Microsoft Excel workbook, this value correlates to the alphabetical character(s) for a column identifier. For example, 1 for column A, 2 for column B, and so on.
public final String columnName()
The name of the column that contains the data, if available. This value is also null if Amazon Macie detects sensitive data in the name of any column in the file.
public final Long row()
The row number of the row that contains the data.
public Cell.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Cell.Builder,Cell>public static Cell.Builder builder()
public static Class<? extends Cell.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.