public static interface Occurrences.Builder extends SdkPojo, CopyableBuilder<Occurrences.Builder,Occurrences>
| Modifier and Type | Method and Description |
|---|---|
Occurrences.Builder |
cells(Cell... cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
Occurrences.Builder |
cells(Collection<Cell> cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
Occurrences.Builder |
cells(Consumer<Cell.Builder>... cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
Occurrences.Builder |
lineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences.Builder |
lineRanges(Consumer<Range.Builder>... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences.Builder |
lineRanges(Range... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences.Builder |
offsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Occurrences.Builder |
offsetRanges(Consumer<Range.Builder>... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Occurrences.Builder |
offsetRanges(Range... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Occurrences.Builder |
pages(Collection<Page> pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
Occurrences.Builder |
pages(Consumer<Page.Builder>... pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
Occurrences.Builder |
pages(Page... pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
Occurrences.Builder |
records(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
Occurrences.Builder |
records(Consumer<Record.Builder>... records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
Occurrences.Builder |
records(Record... records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOccurrences.Builder lineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
lineRanges - Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary
text files include files such as HTML, XML, JSON, and TXT files.Occurrences.Builder lineRanges(Range... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
lineRanges - Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary
text files include files such as HTML, XML, JSON, and TXT files.Occurrences.Builder lineRanges(Consumer<Range.Builder>... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
This is a convenience method that creates an instance of theRange.Builder avoiding the need to create one
manually via Range.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #lineRanges(List.
lineRanges - a consumer that will call methods on
Range.Builder#lineRanges(java.util.Collection) Occurrences.Builder offsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
offsetRanges - Occurrences of sensitive data detected in a binary text file.Occurrences.Builder offsetRanges(Range... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
offsetRanges - Occurrences of sensitive data detected in a binary text file.Occurrences.Builder offsetRanges(Consumer<Range.Builder>... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
This is a convenience method that creates an instance of theRange.Builder avoiding the need to create one
manually via Range.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #offsetRanges(List.
offsetRanges - a consumer that will call methods on
Range.Builder#offsetRanges(java.util.Collection) Occurrences.Builder pages(Collection<Page> pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
pages - Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.Occurrences.Builder pages(Page... pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
pages - Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.Occurrences.Builder pages(Consumer<Page.Builder>... pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
This is a convenience method that creates an instance of thePage.Builder avoiding the need to create one
manually via Page.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #pages(List.
pages - a consumer that will call methods on
Page.Builder#pages(java.util.Collection) Occurrences.Builder records(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
records - Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.Occurrences.Builder records(Record... records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
records - Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.Occurrences.Builder records(Consumer<Record.Builder>... records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
This is a convenience method that creates an instance of theRecord.Builder avoiding the need to create one
manually via Record.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #records(List.
records - a consumer that will call methods on
Record.Builder#records(java.util.Collection) Occurrences.Builder cells(Collection<Cell> cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
cells - Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV)
files, or tab-separated value (TSV) files.Occurrences.Builder cells(Cell... cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
cells - Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV)
files, or tab-separated value (TSV) files.Occurrences.Builder cells(Consumer<Cell.Builder>... cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
This is a convenience method that creates an instance of theCell.Builder avoiding the need to create one
manually via Cell.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #cells(List.
cells - a consumer that will call methods on
Cell.Builder#cells(java.util.Collection| ) | Copyright © 2023. All rights reserved.