Package org.apache.iceberg
Class GenericManifestFile.CopyBuilder
- java.lang.Object
-
- org.apache.iceberg.GenericManifestFile.CopyBuilder
-
- Enclosing class:
- GenericManifestFile
public static class GenericManifestFile.CopyBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManifestFile
build()
GenericManifestFile.CopyBuilder
withSnapshotId(java.lang.Long newSnapshotId)
-
-
-
Method Detail
-
withSnapshotId
public GenericManifestFile.CopyBuilder withSnapshotId(java.lang.Long newSnapshotId)
-
build
public ManifestFile build()
-
-