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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ManifestFilebuild()GenericManifestFile.CopyBuilderwithSnapshotId(java.lang.Long newSnapshotId)
 
- 
- 
- 
Method Detail- 
withSnapshotIdpublic GenericManifestFile.CopyBuilder withSnapshotId(java.lang.Long newSnapshotId) 
 - 
buildpublic ManifestFile build() 
 
- 
 
-