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 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)
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 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)
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 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)
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 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) 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 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| ) | Copyright © 2021. All rights reserved.