ImmutableTransactionOptions |
ImmutableTransactionOptions.Builder.build() |
|
static ImmutableTransactionOptions |
ImmutableTransactionOptions.copyOf(TransactionOptions instance) |
|
ImmutableTransactionOptions |
ImmutableTransactionOptions.withConsistencyMode(ConsistencyMode value) |
Copy the current immutable object by setting a value for the consistencyMode attribute.
|
ImmutableTransactionOptions |
ImmutableTransactionOptions.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenter attribute.
|
ImmutableTransactionOptions |
ImmutableTransactionOptions.withDatacenter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the datacenter attribute.
|