Package org.apache.beam.sdk.io.iceberg
Class SnapshotInfo.Builder
java.lang.Object
org.apache.beam.sdk.io.iceberg.SnapshotInfo.Builder
- Enclosing class:
SnapshotInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SnapshotInfo
build()
abstract SnapshotInfo.Builder
setManifestListLocation
(String manifestListLocation) abstract SnapshotInfo.Builder
setOperation
(String operation) abstract SnapshotInfo.Builder
setParentId
(Long parentId) abstract SnapshotInfo.Builder
setSchemaId
(Integer schemaId) abstract SnapshotInfo.Builder
setSequenceNumber
(long sequenceNumber) abstract SnapshotInfo.Builder
setSnapshotId
(long snapshotId) abstract SnapshotInfo.Builder
setSummary
(Map<String, String> summary) abstract SnapshotInfo.Builder
setTimestampMillis
(long timestampMillis)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setSequenceNumber
-
setSnapshotId
-
setParentId
-
setTimestampMillis
-
setOperation
-
setSummary
-
setManifestListLocation
-
setSchemaId
-
build
-