Interface Occurrences.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Occurrences.Builder,Occurrences>,SdkBuilder<Occurrences.Builder,Occurrences>,SdkPojo
- Enclosing class:
- Occurrences
public static interface Occurrences.Builder extends SdkPojo, CopyableBuilder<Occurrences.Builder,Occurrences>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Occurrences.Buildercells(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.Buildercells(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.Buildercells(Cell... cells)An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.Occurrences.BuilderlineRanges(Collection<Range> lineRanges)An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file.Occurrences.BuilderlineRanges(Consumer<Range.Builder>... lineRanges)An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file.Occurrences.BuilderlineRanges(Range... lineRanges)An array of objects, one for each occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file.Occurrences.BuilderoffsetRanges(Collection<Range> offsetRanges)Reserved for future use.Occurrences.BuilderoffsetRanges(Consumer<Range.Builder>... offsetRanges)Reserved for future use.Occurrences.BuilderoffsetRanges(Range... offsetRanges)Reserved for future use.Occurrences.Builderpages(Collection<Page> pages)An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.Occurrences.Builderpages(Consumer<Page.Builder>... pages)An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.Occurrences.Builderpages(Page... pages)An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.Occurrences.Builderrecords(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.Builderrecords(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.Builderrecords(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cells
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. This value is null for all other types of files.
Each Cell object specifies a cell or field that contains the sensitive data.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cells
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cells
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 method that creates an instance of theCell.Builderavoiding the need to create one manually viaCell.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#cells(List.) | - Parameters:
cells- a consumer that will call methods onCell.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#cells(java.util.Collection) |
-
lineRanges
Occurrences.Builder lineRanges(Collection<Range> lineRanges)
An array of objects, one for each occurrence of sensitive data in an email message or 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.
- Parameters:
lineRanges- An array of objects, one for each occurrence of sensitive data in an email message or 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineRanges
Occurrences.Builder lineRanges(Range... lineRanges)
An array of objects, one for each occurrence of sensitive data in an email message or 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.
- Parameters:
lineRanges- An array of objects, one for each occurrence of sensitive data in an email message or 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineRanges
Occurrences.Builder lineRanges(Consumer<Range.Builder>... lineRanges)
An array of objects, one for each occurrence of sensitive data in an email message or 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 method that creates an instance of theRange.Builderavoiding the need to create one manually viaRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lineRanges(List.) - Parameters:
lineRanges- a consumer that will call methods onRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#lineRanges(java.util.Collection)
-
offsetRanges
Occurrences.Builder offsetRanges(Collection<Range> offsetRanges)
Reserved for future use.
- Parameters:
offsetRanges-Reserved for future use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offsetRanges
Occurrences.Builder offsetRanges(Range... offsetRanges)
Reserved for future use.
- Parameters:
offsetRanges-Reserved for future use.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offsetRanges
Occurrences.Builder offsetRanges(Consumer<Range.Builder>... offsetRanges)
Reserved for future use.
This is a convenience method that creates an instance of theRange.Builderavoiding the need to create one manually viaRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#offsetRanges(List.) - Parameters:
offsetRanges- a consumer that will call methods onRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#offsetRanges(java.util.Collection)
-
pages
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pages
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pages
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 method that creates an instance of thePage.Builderavoiding the need to create one manually viaPage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#pages(List.) - Parameters:
pages- a consumer that will call methods onPage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#pages(java.util.Collection)
-
records
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
records
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
records
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 method that creates an instance of theRecord.Builderavoiding the need to create one manually viaRecord.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#records(List.) - Parameters:
records- a consumer that will call methods onRecord.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#records(java.util.Collection)
-
-