Method With
With(Optional<ReadConcernLevel?>)
Returns a new instance of ReadConcern with some values changed.
public ReadConcern With(Optional<ReadConcernLevel?> level = default)
Parameters
level
Optional<ReadConcernLevel?>The level.
Returns
- ReadConcern
A ReadConcern.