Uses of Class
org.kiwiproject.consul.model.agent.ImmutableRegistration
Packages that use ImmutableRegistration
-
Uses of ImmutableRegistration in org.kiwiproject.consul.model.agent
Methods in org.kiwiproject.consul.model.agent that return ImmutableRegistrationModifier and TypeMethodDescriptionImmutableRegistration.Builder.build()Builds a newImmutableRegistration.static ImmutableRegistrationImmutableRegistration.copyOf(Registration instance) Creates an immutable copy of aRegistrationvalue.final ImmutableRegistrationImmutableRegistration.withAddress(String value) Copy the current immutable object by setting a present value for the optionaladdressattribute.final ImmutableRegistrationImmutableRegistration.withAddress(Optional<String> optional) Copy the current immutable object by setting an optional value for theaddressattribute.final ImmutableRegistrationImmutableRegistration.withCheck(Optional<? extends Registration.RegCheck> optional) Copy the current immutable object by setting an optional value for thecheckattribute.final ImmutableRegistrationImmutableRegistration.withCheck(Registration.RegCheck value) Copy the current immutable object by setting a present value for the optionalcheckattribute.final ImmutableRegistrationImmutableRegistration.withChecks(Iterable<? extends Registration.RegCheck> elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableRegistrationImmutableRegistration.withChecks(Registration.RegCheck... elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableRegistrationImmutableRegistration.withEnableTagOverride(boolean value) Copy the current immutable object by setting a present value for the optionalenableTagOverrideattribute.final ImmutableRegistrationImmutableRegistration.withEnableTagOverride(Optional<Boolean> optional) Copy the current immutable object by setting an optional value for theenableTagOverrideattribute.final ImmutableRegistrationCopy the current immutable object by setting a value for theidattribute.final ImmutableRegistrationCopy the current immutable object by replacing themetamap with the specified map.final ImmutableRegistrationCopy the current immutable object by setting a value for thenameattribute.final ImmutableRegistrationImmutableRegistration.withPort(int value) Copy the current immutable object by setting a present value for the optionalportattribute.final ImmutableRegistrationCopy the current immutable object by setting an optional value for theportattribute.final ImmutableRegistrationImmutableRegistration.withServiceWeights(Optional<? extends ServiceWeights> optional) Copy the current immutable object by setting an optional value for theserviceWeightsattribute.final ImmutableRegistrationImmutableRegistration.withServiceWeights(ServiceWeights value) Copy the current immutable object by setting a present value for the optionalserviceWeightsattribute.final ImmutableRegistrationCopy the current immutable object with elements that replace the content oftags.final ImmutableRegistrationCopy the current immutable object with elements that replace the content oftags.