Interface Occurrences.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Occurrences.Builder,
,Occurrences> SdkBuilder<Occurrences.Builder,
,Occurrences> SdkPojo
- Enclosing class:
Occurrences
-
Method Summary
Modifier and TypeMethodDescriptioncells
(Collection<Cell> cells) Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.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 of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.lineRanges
(Collection<Range> lineRanges) Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.lineRanges
(Consumer<Range.Builder>... lineRanges) Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.lineRanges
(Range... lineRanges) Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.offsetRanges
(Collection<Range> offsetRanges) Occurrences of sensitive data detected in a binary text file.offsetRanges
(Consumer<Range.Builder>... offsetRanges) Occurrences of sensitive data detected in a binary text file.offsetRanges
(Range... offsetRanges) Occurrences of sensitive data detected in a binary text file.pages
(Collection<Page> pages) Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.pages
(Consumer<Page.Builder>... pages) Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.records
(Collection<Record> records) Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.records
(Consumer<Record.Builder>... records) Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet 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, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolineRanges(List<Range>)
.- 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:
-
offsetRanges
Occurrences of sensitive data detected in a binary text file.
- Parameters:
offsetRanges
- Occurrences of sensitive data detected in a binary text file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offsetRanges
Occurrences of sensitive data detected in a binary text file.
- Parameters:
offsetRanges
- Occurrences of sensitive data detected in a binary text file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooffsetRanges(List<Range>)
.- 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:
-
pages
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
- Parameters:
pages
- Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pages
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
- Parameters:
pages
- Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaPage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topages(List<Page>)
.- 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:
-
records
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
- Parameters:
records
- Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
records
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
- Parameters:
records
- Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaRecord.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torecords(List<Record>)
.- 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:
-
cells
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
- Parameters:
cells
- Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cells
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
- Parameters:
cells
- Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaCell.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocells(List<Cell>)
.- 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:
-