Interface VersioningConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>, SdkBuilder<VersioningConfiguration.Builder,VersioningConfiguration>, SdkPojo
Enclosing class:
VersioningConfiguration

public static interface VersioningConfiguration.Builder extends SdkPojo, CopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>
  • Method Details

    • 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.