Interface S3DirectSourceAdditionalOptions.Builder

    • Method Detail

      • boundedSize

        S3DirectSourceAdditionalOptions.Builder boundedSize​(Long boundedSize)

        Sets the upper limit for the target size of the dataset in bytes that will be processed.

        Parameters:
        boundedSize - Sets the upper limit for the target size of the dataset in bytes that will be processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • boundedFiles

        S3DirectSourceAdditionalOptions.Builder boundedFiles​(Long boundedFiles)

        Sets the upper limit for the target number of files that will be processed.

        Parameters:
        boundedFiles - Sets the upper limit for the target number of files that will be processed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enableSamplePath

        S3DirectSourceAdditionalOptions.Builder enableSamplePath​(Boolean enableSamplePath)

        Sets option to enable a sample path.

        Parameters:
        enableSamplePath - Sets option to enable a sample path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • samplePath

        S3DirectSourceAdditionalOptions.Builder samplePath​(String samplePath)

        If enabled, specifies the sample path.

        Parameters:
        samplePath - If enabled, specifies the sample path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.