Package com.datastax.astra.client.model
Class UpdateOneOptions.Builder
java.lang.Object
com.datastax.astra.client.model.UpdateOneOptions.Builder
- Enclosing class:
UpdateOneOptions
Deprecated.
Builder for creating
UpdateOneOptions
instances with a fluent API.-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateOneOptions
Deprecated.Initializes the building process with sorting options.static UpdateOneOptions
upsert
(boolean upsert) Deprecated.Create a new instance ofUpdateOneOptions
.static UpdateOneOptions
Deprecated.Initializes the building process with sorting options.static UpdateOneOptions
Deprecated.Initializes the building process with sorting options.
-
Method Details
-
upsert
Deprecated.Create a new instance ofUpdateOneOptions
.- Parameters:
upsert
- upsert flag- Returns:
- new instance of
UpdateOneOptions
.
-
sort
Deprecated.Initializes the building process with sorting options.- Parameters:
sort
- The sort criteria to be applied to the delete operation.- Returns:
- A new
UpdateOneOptions
instance configured with the provided sort criteria.
-
vectorize
Deprecated.Initializes the building process with sorting options.- Parameters:
vectorize
- The sort criteria to be applied to the delete operation.sort
- The sort criteria to be applied to the delete operation.- Returns:
- A new
UpdateOneOptions
instance configured with the provided sort criteria.
-
vector
Deprecated.Initializes the building process with sorting options.- Parameters:
vector
- The sort criteria to be applied to the delete operation.sort
- The sort criteria to be applied to the delete operation.- Returns:
- A new
UpdateOneOptions
instance configured with the provided sort criteria.
-