ImmutablePutOptions |
ImmutablePutOptions.Builder.build() |
|
static ImmutablePutOptions |
ImmutablePutOptions.copyOf(PutOptions instance) |
|
ImmutablePutOptions |
ImmutablePutOptions.withAcquire(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional acquire attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withAcquire(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the acquire attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withCas(long value) |
Copy the current immutable object by setting a present value for the optional cas attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withCas(java.util.Optional<java.lang.Long> optional) |
Copy the current immutable object by setting an optional value for the cas attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withDc(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional dc attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withDc(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the dc attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withRelease(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional release attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withRelease(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the release attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withToHeaders(java.util.Map<java.lang.String,? extends java.lang.String> entries) |
Copy the current immutable object by replacing the toHeaders map with the specified map.
|
ImmutablePutOptions |
ImmutablePutOptions.withToken(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional token attribute.
|
ImmutablePutOptions |
ImmutablePutOptions.withToken(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the token attribute.
|