public static interface VersioningConfiguration.Builder extends SdkPojo, CopyableBuilder<VersioningConfiguration.Builder,VersioningConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VersioningConfiguration.Builder |
maxVersions(Integer maxVersions)
How many versions of dataset contents are kept.
|
VersioningConfiguration.Builder |
unlimited(Boolean unlimited)
If true, unlimited versions of dataset contents are kept.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVersioningConfiguration.Builder unlimited(Boolean unlimited)
If true, unlimited versions of dataset contents are kept.
unlimited - If true, unlimited versions of dataset contents are kept.VersioningConfiguration.Builder maxVersions(Integer maxVersions)
How many versions of dataset contents are kept. The unlimited parameter must be
false.
maxVersions - How many versions of dataset contents are kept. The unlimited parameter must be
false.Copyright © 2023. All rights reserved.