Uses of Interface
software.amazon.awssdk.services.macie2.model.Cell.Builder
-
Packages that use Cell.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Cell.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return Cell.Builder Modifier and Type Method Description static Cell.BuilderCell. builder()Cell.BuilderCell.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.BuilderCell.Builder. column(Long column)The column number of the column that contains the sensitive data.Cell.BuilderCell.Builder. columnName(String columnName)The name of the column that contains the sensitive data, if available.Cell.BuilderCell.Builder. row(Long row)The row number of the row that contains the sensitive data.Cell.BuilderCell. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Cell.Builder Modifier and Type Method Description static Class<? extends Cell.Builder>Cell. serializableBuilderClass()
-