Class Cell
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.Cell
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Cell.Builder,Cell>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCell.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Cell.Builderbuilder()StringcellReference()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.Longcolumn()The column number of the column that contains the sensitive data.StringcolumnName()The name of the column that contains the sensitive data, if available.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Longrow()The row number of the row that contains the sensitive data.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Cell.Builder>serializableBuilderClass()Cell.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cellReference
public final 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. This value is null for CSV and TSV files.
- Returns:
- 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. This value is null for CSV and TSV files.
-
column
public final Long column()
The column number of the column that contains the sensitive 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.
- Returns:
- The column number of the column that contains the sensitive 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.
-
columnName
public final String columnName()
The name of the column that contains the sensitive data, if available.
- Returns:
- The name of the column that contains the sensitive data, if available.
-
row
public final Long row()
The row number of the row that contains the sensitive data.
- Returns:
- The row number of the row that contains the sensitive data.
-
toBuilder
public Cell.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Cell.Builder,Cell>
-
builder
public static Cell.Builder builder()
-
serializableBuilderClass
public static Class<? extends Cell.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-