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 Details

    • 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 the Range.Builder avoiding the need to create one manually via Range.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lineRanges(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:
    • 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 the Range.Builder avoiding the need to create one manually via Range.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to offsetRanges(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:
    • 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 of sensitive data in an Adobe Portable Document Format (PDF) file.

      This is a convenience method that creates an instance of the Page.Builder avoiding the need to create one manually via Page.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to pages(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:
    • 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 of sensitive data in an Apache Avro object container or an Apache Parquet file.

      This is a convenience method that creates an instance of the Record.Builder avoiding the need to create one manually via Record.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to records(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:
    • 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 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 the Cell.Builder avoiding the need to create one manually via Cell.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to cells(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: