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)Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.Occurrences.Buildercells(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.Buildercells(Cell... cells)Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.Occurrences.BuilderlineRanges(Collection<Range> lineRanges)Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.Occurrences.BuilderlineRanges(Consumer<Range.Builder>... lineRanges)Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.Occurrences.BuilderlineRanges(Range... lineRanges)Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.Occurrences.BuilderoffsetRanges(Collection<Range> offsetRanges)Occurrences of sensitive data detected in a binary text file.Occurrences.BuilderoffsetRanges(Consumer<Range.Builder>... offsetRanges)Occurrences of sensitive data detected in a binary text file.Occurrences.BuilderoffsetRanges(Range... offsetRanges)Occurrences of sensitive data detected in a binary text file.Occurrences.Builderpages(Collection<Page> pages)Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.Occurrences.Builderpages(Consumer<Page.Builder>... pages)Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.Occurrences.Builderpages(Page... pages)Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.Occurrences.Builderrecords(Collection<Record> records)Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.Occurrences.Builderrecords(Consumer<Record.Builder>... records)Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.Occurrences.Builderrecords(Record... records)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
lineRanges
Occurrences.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.
- 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.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.
- 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.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 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)
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.Builder offsetRanges(Range... 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.Builder offsetRanges(Consumer<Range.Builder>... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
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)
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.Builder pages(Page... 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.Builder pages(Consumer<Page.Builder>... pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
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)
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.Builder records(Record... 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.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 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)
-
cells
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.
- 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.Builder cells(Cell... 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.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 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) |
-
-