Interface Occurrences.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Occurrences.Builder,,- Occurrences> - SdkBuilder<Occurrences.Builder,,- Occurrences> - SdkPojo
- Enclosing class:
- Occurrences
- 
Method SummaryModifier and TypeMethodDescriptioncells(Collection<Cell> cells) An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.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.An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.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.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.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.offsetRanges(Collection<Range> offsetRanges) Reserved for future use.offsetRanges(Consumer<Range.Builder>... offsetRanges) Reserved for future use.offsetRanges(Range... offsetRanges) Reserved for future use.pages(Collection<Page> pages) An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.pages(Consumer<Page.Builder>... pages) An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.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.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.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
cellsAn 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.
 
- 
cellsAn 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.
 
- 
cellsAn 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 tocells(List<Cell>).- Parameters:
- cells- a consumer that will call methods on- Cell.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lineRangesAn 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.
 
- 
lineRangesAn 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.
 
- 
lineRangesAn 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 tolineRanges(List<Range>).- Parameters:
- lineRanges- a consumer that will call methods on- Range.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
offsetRangesReserved for future use. - Parameters:
- offsetRanges-- Reserved for future use. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
offsetRangesReserved for future use. - Parameters:
- offsetRanges-- Reserved for future use. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
offsetRangesReserved 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 tooffsetRanges(List<Range>).- Parameters:
- offsetRanges- a consumer that will call methods on- Range.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pagesAn 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.
 
- 
pagesAn 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.
 
- 
pagesAn 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 topages(List<Page>).- Parameters:
- pages- a consumer that will call methods on- Page.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
recordsAn 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.
 
- 
recordsAn 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.
 
- 
recordsAn 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 torecords(List<Record>).- Parameters:
- records- a consumer that will call methods on- Record.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-