Builder

public abstract class Builder

Builder for Checkpoint.

Constructors

Link copied to clipboard
public void Checkpoint.Builder()

Functions

Link copied to clipboard
public abstract Checkpoint build()
Link copied to clipboard
public abstract Checkpoint.Builder checkpointId(String checkpointId)
Setter for checkpointId.
Link copied to clipboard
@CanIgnoreReturnValue()
public Checkpoint.Builder clearCheckpointId()
Clears the value of checkpointId field.
Link copied to clipboard
@CanIgnoreReturnValue()
public Checkpoint.Builder clearEpoch()
Clears the value of epoch field.
Link copied to clipboard
@CanIgnoreReturnValue()
public Checkpoint.Builder clearStep()
Clears the value of step field.
Link copied to clipboard
public abstract Checkpoint.Builder epoch(Long epoch)
Setter for epoch.
Link copied to clipboard
public abstract Checkpoint.Builder step(Long step)
Setter for step.