public static class SnapshotReaderNotification.Builder
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotReaderNotification |
build() |
SnapshotReaderNotification.Builder |
withChannelName(java.lang.String val) |
SnapshotReaderNotification.Builder |
withMessage(java.lang.String msg) |
SnapshotReaderNotification.Builder |
withSnapshotTimestamp(java.time.Instant snapshotTimestamp) |
SnapshotReaderNotification.Builder |
withStatus(SnapshotReaderStatus val) |
public SnapshotReaderNotification.Builder withChannelName(java.lang.String val)
public SnapshotReaderNotification.Builder withStatus(SnapshotReaderStatus val)
public SnapshotReaderNotification.Builder withMessage(java.lang.String msg)
public SnapshotReaderNotification.Builder withSnapshotTimestamp(java.time.Instant snapshotTimestamp)
public SnapshotReaderNotification build()