Interface VersioningConfiguration.Builder

    • Method Detail

      • unlimited

        VersioningConfiguration.Builder unlimited​(Boolean unlimited)

        If true, unlimited versions of dataset contents are kept.

        Parameters:
        unlimited - If true, unlimited versions of dataset contents are kept.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxVersions

        VersioningConfiguration.Builder maxVersions​(Integer maxVersions)

        How many versions of dataset contents are kept. The unlimited parameter must be false.

        Parameters:
        maxVersions - How many versions of dataset contents are kept. The unlimited parameter must be false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.