Uses of Class
org.kiwiproject.consul.model.agent.ImmutableFullService
Packages that use ImmutableFullService
-
Uses of ImmutableFullService in org.kiwiproject.consul.model.agent
Methods in org.kiwiproject.consul.model.agent that return ImmutableFullServiceModifier and TypeMethodDescriptionImmutableFullService.Builder.build()Builds a newImmutableFullService.static ImmutableFullServiceImmutableFullService.copyOf(FullService instance) Creates an immutable copy of aFullServicevalue.final ImmutableFullServiceImmutableFullService.withAddress(String value) Copy the current immutable object by setting a value for theaddressattribute.final ImmutableFullServiceImmutableFullService.withContentHash(String value) Copy the current immutable object by setting a value for thecontentHashattribute.final ImmutableFullServiceImmutableFullService.withEnableTagOverride(boolean value) Copy the current immutable object by setting a present value for the optionalenableTagOverrideattribute.final ImmutableFullServiceImmutableFullService.withEnableTagOverride(Optional<Boolean> optional) Copy the current immutable object by setting an optional value for theenableTagOverrideattribute.final ImmutableFullServiceCopy the current immutable object by setting a value for theidattribute.final ImmutableFullServiceCopy the current immutable object by setting a present value for the optionalkindattribute.final ImmutableFullServiceCopy the current immutable object by setting an optional value for thekindattribute.final ImmutableFullServiceCopy the current immutable object by replacing themetamap with the specified map.final ImmutableFullServiceImmutableFullService.withPort(int value) Copy the current immutable object by setting a value for theportattribute.final ImmutableFullServiceImmutableFullService.withProxy(Optional<? extends ServiceProxy> optional) Copy the current immutable object by setting an optional value for theproxyattribute.final ImmutableFullServiceImmutableFullService.withProxy(ServiceProxy value) Copy the current immutable object by setting a present value for the optionalproxyattribute.final ImmutableFullServiceImmutableFullService.withService(String value) Copy the current immutable object by setting a value for theserviceattribute.final ImmutableFullServiceCopy the current immutable object with elements that replace the content oftags.final ImmutableFullServiceCopy the current immutable object with elements that replace the content oftags.final ImmutableFullServiceImmutableFullService.withWeights(Optional<? extends ServiceWeights> optional) Copy the current immutable object by setting an optional value for theweightsattribute.final ImmutableFullServiceImmutableFullService.withWeights(ServiceWeights value) Copy the current immutable object by setting a present value for the optionalweightsattribute.