public static interface Occurrences.Builder extends SdkPojo, CopyableBuilder<Occurrences.Builder,Occurrences>
| Modifier and Type | Method and Description |
|---|---|
Occurrences.Builder |
cells(Cell... cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or
TSV file.
|
Occurrences.Builder |
cells(Collection<Cell> cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or
TSV file.
|
Occurrences.Builder |
cells(Consumer<Cell.Builder>... cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or
TSV file.
|
Occurrences.Builder |
lineRanges(Collection<Range> lineRanges)
An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or non-binary
text file, such as an HTML, JSON, TXT, or XML file.
|
Occurrences.Builder |
lineRanges(Consumer<Range.Builder>... lineRanges)
An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or non-binary
text file, such as an HTML, JSON, TXT, or XML file.
|
Occurrences.Builder |
lineRanges(Range... lineRanges)
An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or non-binary
text file, such as an HTML, JSON, TXT, or XML file.
|
Occurrences.Builder |
offsetRanges(Collection<Range> offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
Occurrences.Builder |
offsetRanges(Consumer<Range.Builder>... offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
Occurrences.Builder |
offsetRanges(Range... offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file.
|
Occurrences.Builder |
pages(Collection<Page> pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.
|
Occurrences.Builder |
pages(Consumer<Page.Builder>... pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.
|
Occurrences.Builder |
pages(Page... pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.
|
Occurrences.Builder |
records(Collection<Record> records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or Apache
Parquet file.
|
Occurrences.Builder |
records(Consumer<Record.Builder>... records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or Apache
Parquet file.
|
Occurrences.Builder |
records(Record... records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or Apache
Parquet file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOccurrences.Builder cells(Collection<Cell> cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file. Each object specifies the cell or field that contains the data. This value is null for all other types of files.
cells - An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV
file, or TSV file. Each object specifies the cell or field that contains the data. This value is null
for all other types of files.Occurrences.Builder cells(Cell... cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file. Each object specifies the cell or field that contains the data. This value is null for all other types of files.
cells - An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV
file, or TSV file. Each object specifies the cell or field that contains the data. This value is null
for all other types of files.Occurrences.Builder cells(Consumer<Cell.Builder>... cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file. Each object specifies the cell or field that contains the data. This value is null for all other types of files.
This is a convenience that creates an instance of theList| .Builder | avoiding the need to create
one manually via List| #builder() | .
When the Consumer completes, List| .Builder#build() | is called immediately and its result
is passed to #cells(List| ) | .cells - a consumer that will call methods on List| .Builder | #cells(List| ) | Occurrences.Builder lineRanges(Collection<Range> lineRanges)
An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or non-binary text file, such as an HTML, JSON, TXT, or XML file. Each object specifies the line that contains the data, and the position of the data on that line.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the locations of: data in unstructured sections of an otherwise structured file, such as a comment in a file; and, data in a malformed file that Amazon Macie analyzes as plain text.
lineRanges - An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or
non-binary text file, such as an HTML, JSON, TXT, or XML file. Each object specifies the line that
contains the data, and the position of the data on that line.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the locations of: data in unstructured sections of an otherwise structured file, such as a comment in a file; and, data in a malformed file that Amazon Macie analyzes as plain text.
Occurrences.Builder lineRanges(Range... lineRanges)
An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or non-binary text file, such as an HTML, JSON, TXT, or XML file. Each object specifies the line that contains the data, and the position of the data on that line.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the locations of: data in unstructured sections of an otherwise structured file, such as a comment in a file; and, data in a malformed file that Amazon Macie analyzes as plain text.
lineRanges - An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or
non-binary text file, such as an HTML, JSON, TXT, or XML file. Each object specifies the line that
contains the data, and the position of the data on that line.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the locations of: data in unstructured sections of an otherwise structured file, such as a comment in a file; and, data in a malformed file that Amazon Macie analyzes as plain text.
Occurrences.Builder lineRanges(Consumer<Range.Builder>... lineRanges)
An array of objects, one for each occurrence of sensitive data in a Microsoft Word document or non-binary text file, such as an HTML, JSON, TXT, or XML file. Each object specifies the line that contains the data, and the position of the data on that line.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the locations of: data in unstructured sections of an otherwise structured file, such as a comment in a file; and, data in a malformed file that Amazon Macie analyzes as plain text.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #lineRanges(List) .lineRanges - a consumer that will call methods on List.Builder #lineRanges(List) Occurrences.Builder offsetRanges(Collection<Range> offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file. Each object specifies the position of the data relative to the beginning of the file.
This value is typically null. For binary text files, Amazon Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
offsetRanges - An array of objects, one for each occurrence of sensitive data in a binary text file. Each object
specifies the position of the data relative to the beginning of the file.
This value is typically null. For binary text files, Amazon Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
Occurrences.Builder offsetRanges(Range... offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file. Each object specifies the position of the data relative to the beginning of the file.
This value is typically null. For binary text files, Amazon Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
offsetRanges - An array of objects, one for each occurrence of sensitive data in a binary text file. Each object
specifies the position of the data relative to the beginning of the file.
This value is typically null. For binary text files, Amazon Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
Occurrences.Builder offsetRanges(Consumer<Range.Builder>... offsetRanges)
An array of objects, one for each occurrence of sensitive data in a binary text file. Each object specifies the position of the data relative to the beginning of the file.
This value is typically null. For binary text files, Amazon Macie adds location data to a lineRanges.Range or Page object, depending on the file type.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #offsetRanges(List) .offsetRanges - a consumer that will call methods on List.Builder #offsetRanges(List) Occurrences.Builder pages(Collection<Page> pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file. Each object specifies the page that contains the data, and the position of the data on that page. This value is null for all other types of files.
pages - An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format
file. Each object specifies the page that contains the data, and the position of the data on that
page. This value is null for all other types of files.Occurrences.Builder pages(Page... pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file. Each object specifies the page that contains the data, and the position of the data on that page. This value is null for all other types of files.
pages - An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format
file. Each object specifies the page that contains the data, and the position of the data on that
page. This value is null for all other types of files.Occurrences.Builder pages(Consumer<Page.Builder>... pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file. Each object specifies the page that contains the data, and the position of the data on that page. This value is null for all other types of files.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #pages(List) .pages - a consumer that will call methods on List.Builder #pages(List) Occurrences.Builder records(Collection<Record> records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or Apache Parquet file. Each object specifies the record index and the path to the field in the record that contains the data. This value is null for all other types of files.
records - An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or
Apache Parquet file. Each object specifies the record index and the path to the field in the record
that contains the data. This value is null for all other types of files.Occurrences.Builder records(Record... records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or Apache Parquet file. Each object specifies the record index and the path to the field in the record that contains the data. This value is null for all other types of files.
records - An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or
Apache Parquet file. Each object specifies the record index and the path to the field in the record
that contains the data. This value is null for all other types of files.Occurrences.Builder records(Consumer<Record.Builder>... records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container or Apache Parquet file. Each object specifies the record index and the path to the field in the record that contains the data. This value is null for all other types of files.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #records(List) .records - a consumer that will call methods on List.Builder #records(List) Copyright © 2020. All rights reserved.