Package com.datastax.astra.client.model
Class UpdateManyOptions.Builder
java.lang.Object
com.datastax.astra.client.model.UpdateManyOptions.Builder
- Enclosing class:
UpdateManyOptions
Deprecated.
Builder for creating
UpdateManyOptions
instances with a fluent API.-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateManyOptions
upsert
(boolean upsert) Deprecated.Create a new instance ofUpdateManyOptions
.
-
Method Details
-
upsert
Deprecated.Create a new instance ofUpdateManyOptions
.- Parameters:
upsert
- upsert flag- Returns:
- new instance of
UpdateManyOptions
.
-