ImmutableRegistration |
ImmutableRegistration.Builder.build() |
|
static ImmutableRegistration |
ImmutableRegistration.copyOf(Registration instance) |
|
ImmutableRegistration |
ImmutableRegistration.withAddress(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional address attribute.
|
ImmutableRegistration |
ImmutableRegistration.withAddress(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the address attribute.
|
ImmutableRegistration |
ImmutableRegistration.withCheck(Registration.RegCheck value) |
Copy the current immutable object by setting a present value for the optional check attribute.
|
ImmutableRegistration |
ImmutableRegistration.withCheck(java.util.Optional<? extends Registration.RegCheck> optional) |
Copy the current immutable object by setting an optional value for the check attribute.
|
ImmutableRegistration |
ImmutableRegistration.withChecks(Registration.RegCheck... elements) |
Copy the current immutable object with elements that replace the content of checks.
|
ImmutableRegistration |
ImmutableRegistration.withChecks(java.lang.Iterable<? extends 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(java.util.Optional<java.lang.Boolean> optional) |
Copy the current immutable object by setting an optional value for the enableTagOverride attribute.
|
ImmutableRegistration |
ImmutableRegistration.withId(java.lang.String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableRegistration |
ImmutableRegistration.withMeta(java.util.Map<java.lang.String,? extends java.lang.String> entries) |
Copy the current immutable object by replacing the meta map with the specified map.
|
ImmutableRegistration |
ImmutableRegistration.withName(java.lang.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(java.util.Optional<java.lang.Integer> optional) |
Copy the current immutable object by setting an optional value for the port attribute.
|
ImmutableRegistration |
ImmutableRegistration.withTags(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableRegistration |
ImmutableRegistration.withTags(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of tags.
|