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 non-binary text file, such as an HTML,
TXT, or XML file.
|
Occurrences.Builder |
lineRanges(Consumer<Range.Builder>... lineRanges)
An array of objects, one for each occurrence of sensitive data in a non-binary text file, such as an HTML,
TXT, or XML file.
|
Occurrences.Builder |
lineRanges(Range... lineRanges)
An array of objects, one for each occurrence of sensitive data in a non-binary text file, such as an HTML,
TXT, or XML file.
|
Occurrences.Builder |
offsetRanges(Collection<Range> offsetRanges)
Reserved for future use.
|
Occurrences.Builder |
offsetRanges(Consumer<Range.Builder>... offsetRanges)
Reserved for future use.
|
Occurrences.Builder |
offsetRanges(Range... offsetRanges)
Reserved for future use.
|
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, Apache
Parquet file, JSON file, or JSON Lines 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, Apache
Parquet file, JSON file, or JSON Lines file.
|
Occurrences.Builder |
records(Record... records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container, Apache
Parquet file, JSON file, or JSON Lines 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. This value is null for all other types of files.
Each Cell object specifies a cell or field that contains the sensitive data.
cells - An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV
file, or TSV file. This value is null for all other types of files.
Each Cell object specifies a cell or field that contains the sensitive data.
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. This value is null for all other types of files.
Each Cell object specifies a cell or field that contains the sensitive data.
cells - An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV
file, or TSV file. This value is null for all other types of files.
Each Cell object specifies a cell or field that contains the sensitive data.
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. This value is null for all other types of files.
Each Cell object specifies a cell or field that contains the sensitive data.
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 non-binary text file, such as an HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains the sensitive data, and the position of the data on the specified line or lines.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.
lineRanges - An array of objects, one for each occurrence of sensitive data in a non-binary text file, such as an
HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains
the sensitive data, and the position of the data on the specified line or lines.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.
Occurrences.Builder lineRanges(Range... lineRanges)
An array of objects, one for each occurrence of sensitive data in a non-binary text file, such as an HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains the sensitive data, and the position of the data on the specified line or lines.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.
lineRanges - An array of objects, one for each occurrence of sensitive data in a non-binary text file, such as an
HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains
the sensitive data, and the position of the data on the specified line or lines.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.
Occurrences.Builder lineRanges(Consumer<Range.Builder>... lineRanges)
An array of objects, one for each occurrence of sensitive data in a non-binary text file, such as an HTML, TXT, or XML file. Each Range object specifies a line or inclusive range of lines that contains the sensitive data, and the position of the data on the specified line or lines.
This value is often null for file types that are supported by Cell, Page, or Record objects. Exceptions are the location of sensitive data in: unstructured sections of an otherwise structured file, such as a comment in a file; a malformed file that Amazon Macie analyzes as plain text; and, a CSV or TSV file that has any column names that contain sensitive data.
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)
Reserved for future use.
offsetRanges - Reserved for future use.
Occurrences.Builder offsetRanges(Range... offsetRanges)
Reserved for future use.
offsetRanges - Reserved for future use.
Occurrences.Builder offsetRanges(Consumer<Range.Builder>... offsetRanges)
Reserved for future use.
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. This value is null for all other types of files.
Each Page object specifies a page that contains the sensitive data.
pages - An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format
file. This value is null for all other types of files.
Each Page object specifies a page that contains the sensitive data.
Occurrences.Builder pages(Page... pages)
An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file. This value is null for all other types of files.
Each Page object specifies a page that contains the sensitive data.
pages - An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format
file. This value is null for all other types of files.
Each Page object specifies a page that contains the sensitive data.
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. This value is null for all other types of files.
Each Page object specifies a page that contains the sensitive data.
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, Apache Parquet file, JSON file, or JSON Lines file. This value is null for all other types of files.
For an Avro object container or Parquet file, each Record object specifies a record index and the path to a field in a record that contains the sensitive data. For a JSON or JSON Lines file, each Record object specifies the path to a field or array that contains the sensitive data. For a JSON Lines file, it also specifies the index of the line that contains the data.
records - An array of objects, one for each occurrence of sensitive data in an Apache Avro object container,
Apache Parquet file, JSON file, or JSON Lines file. This value is null for all other types of
files.
For an Avro object container or Parquet file, each Record object specifies a record index and the path to a field in a record that contains the sensitive data. For a JSON or JSON Lines file, each Record object specifies the path to a field or array that contains the sensitive data. For a JSON Lines file, it also specifies the index of the line that contains the data.
Occurrences.Builder records(Record... records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file. This value is null for all other types of files.
For an Avro object container or Parquet file, each Record object specifies a record index and the path to a field in a record that contains the sensitive data. For a JSON or JSON Lines file, each Record object specifies the path to a field or array that contains the sensitive data. For a JSON Lines file, it also specifies the index of the line that contains the data.
records - An array of objects, one for each occurrence of sensitive data in an Apache Avro object container,
Apache Parquet file, JSON file, or JSON Lines file. This value is null for all other types of
files.
For an Avro object container or Parquet file, each Record object specifies a record index and the path to a field in a record that contains the sensitive data. For a JSON or JSON Lines file, each Record object specifies the path to a field or array that contains the sensitive data. For a JSON Lines file, it also specifies the index of the line that contains the data.
Occurrences.Builder records(Consumer<Record.Builder>... records)
An array of objects, one for each occurrence of sensitive data in an Apache Avro object container, Apache Parquet file, JSON file, or JSON Lines file. This value is null for all other types of files.
For an Avro object container or Parquet file, each Record object specifies a record index and the path to a field in a record that contains the sensitive data. For a JSON or JSON Lines file, each Record object specifies the path to a field or array that contains the sensitive data. For a JSON Lines file, it also specifies the index of the line that contains the data.
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 © 2021. All rights reserved.