ImmutableCheck |
ImmutableCheck.Builder.build() |
|
static ImmutableCheck |
ImmutableCheck.copyOf(Check instance) |
Creates an immutable copy of a Check value.
|
ImmutableCheck |
ImmutableCheck.withArgs(java.util.List<java.lang.String> value) |
Copy the current immutable object by setting a present value for the optional args attribute.
|
ImmutableCheck |
ImmutableCheck.withArgs(java.util.Optional<? extends java.util.List<java.lang.String>> optional) |
Copy the current immutable object by setting an optional value for the args attribute.
|
ImmutableCheck |
ImmutableCheck.withDeregisterCriticalServiceAfter(java.lang.String value) |
|
ImmutableCheck |
ImmutableCheck.withDeregisterCriticalServiceAfter(java.util.Optional<java.lang.String> optional) |
|
ImmutableCheck |
ImmutableCheck.withGrpc(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional grpc attribute.
|
ImmutableCheck |
ImmutableCheck.withGrpc(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the grpc attribute.
|
ImmutableCheck |
ImmutableCheck.withGrpcUseTls(boolean value) |
Copy the current immutable object by setting a present value for the optional grpcUseTls attribute.
|
ImmutableCheck |
ImmutableCheck.withGrpcUseTls(java.util.Optional<java.lang.Boolean> optional) |
Copy the current immutable object by setting an optional value for the grpcUseTls attribute.
|
ImmutableCheck |
ImmutableCheck.withHttp(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional http attribute.
|
ImmutableCheck |
ImmutableCheck.withHttp(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the http attribute.
|
ImmutableCheck |
ImmutableCheck.withId(java.lang.String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableCheck |
ImmutableCheck.withInterval(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional interval attribute.
|
ImmutableCheck |
ImmutableCheck.withInterval(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the interval attribute.
|
ImmutableCheck |
ImmutableCheck.withName(java.lang.String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableCheck |
ImmutableCheck.withNotes(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional notes attribute.
|
ImmutableCheck |
ImmutableCheck.withNotes(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the notes attribute.
|
ImmutableCheck |
ImmutableCheck.withOutput(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional output attribute.
|
ImmutableCheck |
ImmutableCheck.withOutput(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the output attribute.
|
ImmutableCheck |
ImmutableCheck.withServiceId(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional serviceId attribute.
|
ImmutableCheck |
ImmutableCheck.withServiceId(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the serviceId attribute.
|
ImmutableCheck |
ImmutableCheck.withServiceTags(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of serviceTags.
|
ImmutableCheck |
ImmutableCheck.withServiceTags(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of serviceTags.
|
ImmutableCheck |
ImmutableCheck.withTcp(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional tcp attribute.
|
ImmutableCheck |
ImmutableCheck.withTcp(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the tcp attribute.
|
ImmutableCheck |
ImmutableCheck.withTtl(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional ttl attribute.
|
ImmutableCheck |
ImmutableCheck.withTtl(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the ttl attribute.
|