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 UpdateOneOptionsDeprecated.Initializes the building process with sorting options.static UpdateOneOptionsupsert(boolean upsert) Deprecated.Create a new instance ofUpdateOneOptions.static UpdateOneOptionsDeprecated.Initializes the building process with sorting options.static UpdateOneOptionsDeprecated.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
UpdateOneOptionsinstance 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
UpdateOneOptionsinstance 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
UpdateOneOptionsinstance configured with the provided sort criteria.
-