Uses of Class
org.kiwiproject.consul.option.ImmutableTransactionOptions
Packages that use ImmutableTransactionOptions
-
Uses of ImmutableTransactionOptions in org.kiwiproject.consul.option
Methods in org.kiwiproject.consul.option that return ImmutableTransactionOptionsModifier and TypeMethodDescriptionImmutableTransactionOptions.Builder.build()Builds a newImmutableTransactionOptions.static ImmutableTransactionOptionsImmutableTransactionOptions.copyOf(TransactionOptions instance) Creates an immutable copy of aTransactionOptionsvalue.ImmutableTransactionOptions.withConsistencyMode(ConsistencyMode value) Copy the current immutable object by setting a value for theconsistencyModeattribute.ImmutableTransactionOptions.withDatacenter(String value) Copy the current immutable object by setting a present value for the optionaldatacenterattribute.ImmutableTransactionOptions.withDatacenter(Optional<String> optional) Copy the current immutable object by setting an optional value for thedatacenterattribute.ImmutableTransactionOptions.withToQueryParameters(Iterable<String> elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.ImmutableTransactionOptions.withToQueryParameters(String... elements) Copy the current immutable object with elements that replace the content oftoQueryParameters.