Uses of Class
org.kiwiproject.consul.model.health.ImmutableHealthCheck
Packages that use ImmutableHealthCheck
-
Uses of ImmutableHealthCheck in org.kiwiproject.consul.model.health
Methods in org.kiwiproject.consul.model.health that return ImmutableHealthCheckModifier and TypeMethodDescriptionImmutableHealthCheck.Builder.build()Builds a newImmutableHealthCheck.static ImmutableHealthCheckImmutableHealthCheck.copyOf(HealthCheck instance) Creates an immutable copy of aHealthCheckvalue.final ImmutableHealthCheckImmutableHealthCheck.withCheckId(String value) Copy the current immutable object by setting a value for thecheckIdattribute.final ImmutableHealthCheckCopy the current immutable object by setting a value for thenameattribute.final ImmutableHealthCheckCopy the current immutable object by setting a value for thenodeattribute.final ImmutableHealthCheckCopy the current immutable object by setting a present value for the optionalnotesattribute.final ImmutableHealthCheckCopy the current immutable object by setting an optional value for thenotesattribute.final ImmutableHealthCheckImmutableHealthCheck.withOutput(String value) Copy the current immutable object by setting a present value for the optionaloutputattribute.final ImmutableHealthCheckImmutableHealthCheck.withOutput(Optional<String> optional) Copy the current immutable object by setting an optional value for theoutputattribute.final ImmutableHealthCheckImmutableHealthCheck.withServiceId(String value) Copy the current immutable object by setting a present value for the optionalserviceIdattribute.final ImmutableHealthCheckImmutableHealthCheck.withServiceId(Optional<String> optional) Copy the current immutable object by setting an optional value for theserviceIdattribute.final ImmutableHealthCheckImmutableHealthCheck.withServiceName(String value) Copy the current immutable object by setting a present value for the optionalserviceNameattribute.final ImmutableHealthCheckImmutableHealthCheck.withServiceName(Optional<String> optional) Copy the current immutable object by setting an optional value for theserviceNameattribute.final ImmutableHealthCheckImmutableHealthCheck.withServiceTags(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofserviceTags.final ImmutableHealthCheckImmutableHealthCheck.withServiceTags(String... elements) Copy the current immutable object with elements that replace the content ofserviceTags.final ImmutableHealthCheckImmutableHealthCheck.withStatus(String value) Copy the current immutable object by setting a value for thestatusattribute.