Class Mutation.WriteBuilder

public static class Mutation.WriteBuilder

Builder for Op#INSERT, Op#INSERT_OR_UPDATE, Op#UPDATE, and Op#REPLACE mutations.

Inheritance

java.lang.Object > Mutation.WriteBuilder

Methods

build()

public Mutation build()

Returns a newly created Mutation based on the contents of the Builder.

Returns
TypeDescription
Mutation

set(String columnName)

public ValueBinder<Mutation.WriteBuilder> set(String columnName)

Returns a binder to set the value of columnName that should be applied by the mutation.

Parameter
NameDescription
columnNameString
Returns
TypeDescription
ValueBinder<WriteBuilder>