| Package | Description |
|---|---|
| com.orbitz.consul.option |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePutOptions |
ImmutablePutOptions.Builder.build()
Builds a new
ImmutablePutOptions. |
static ImmutablePutOptions |
ImmutablePutOptions.copyOf(PutOptions instance)
Creates an immutable copy of a
PutOptions value. |
ImmutablePutOptions |
ImmutablePutOptions.withAcquire(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
acquire attribute. |
ImmutablePutOptions |
ImmutablePutOptions.withAcquire(String value)
Copy the current immutable object by setting a present value for the optional
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(Optional<Long> optional)
Copy the current immutable object by setting an optional value for the
cas attribute. |
ImmutablePutOptions |
ImmutablePutOptions.withDc(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
dc attribute. |
ImmutablePutOptions |
ImmutablePutOptions.withDc(String value)
Copy the current immutable object by setting a present value for the optional
dc attribute. |
ImmutablePutOptions |
ImmutablePutOptions.withRelease(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
release attribute. |
ImmutablePutOptions |
ImmutablePutOptions.withRelease(String value)
Copy the current immutable object by setting a present value for the optional
release attribute. |
ImmutablePutOptions |
ImmutablePutOptions.withToken(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
token attribute. |
ImmutablePutOptions |
ImmutablePutOptions.withToken(String value)
Copy the current immutable object by setting a present value for the optional
token attribute. |
Copyright © 2018. All rights reserved.