| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRegistration |
ImmutableRegistration.Builder.build()
Builds a new
ImmutableRegistration. |
static ImmutableRegistration |
ImmutableRegistration.copyOf(Registration instance)
Creates an immutable copy of a
Registration value. |
ImmutableRegistration |
ImmutableRegistration.withAddress(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
address attribute. |
ImmutableRegistration |
ImmutableRegistration.withAddress(String value)
Copy the current immutable object by setting a present value for the optional
address attribute. |
ImmutableRegistration |
ImmutableRegistration.withCheck(Optional<Registration.RegCheck> optional)
Copy the current immutable object by setting an optional value for the
check attribute. |
ImmutableRegistration |
ImmutableRegistration.withCheck(Registration.RegCheck value)
Copy the current immutable object by setting a present value for the optional
check attribute. |
ImmutableRegistration |
ImmutableRegistration.withChecks(Iterable<? extends Registration.RegCheck> elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableRegistration |
ImmutableRegistration.withChecks(Registration.RegCheck... elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableRegistration |
ImmutableRegistration.withEnableTagOverride(boolean value)
Copy the current immutable object by setting a present value for the optional
enableTagOverride attribute. |
ImmutableRegistration |
ImmutableRegistration.withEnableTagOverride(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
enableTagOverride attribute. |
ImmutableRegistration |
ImmutableRegistration.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableRegistration |
ImmutableRegistration.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableRegistration |
ImmutableRegistration.withPort(int value)
Copy the current immutable object by setting a present value for the optional
port attribute. |
ImmutableRegistration |
ImmutableRegistration.withPort(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
port attribute. |
ImmutableRegistration |
ImmutableRegistration.withTags(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
tags. |
ImmutableRegistration |
ImmutableRegistration.withTags(String... elements)
Copy the current immutable object with elements that replace the content of
tags. |
Copyright © 2018. All rights reserved.