ImmutableFullService |
ImmutableFullService.Builder.build() |
|
static ImmutableFullService |
ImmutableFullService.copyOf(FullService instance) |
|
ImmutableFullService |
ImmutableFullService.withAddress(java.lang.String value) |
Copy the current immutable object by setting a value for the address attribute.
|
ImmutableFullService |
ImmutableFullService.withContentHash(java.lang.String value) |
Copy the current immutable object by setting a value for the contentHash attribute.
|
ImmutableFullService |
ImmutableFullService.withEnableTagOverride(boolean value) |
Copy the current immutable object by setting a present value for the optional enableTagOverride attribute.
|
ImmutableFullService |
ImmutableFullService.withEnableTagOverride(java.util.Optional<java.lang.Boolean> optional) |
Copy the current immutable object by setting an optional value for the enableTagOverride attribute.
|
ImmutableFullService |
ImmutableFullService.withId(java.lang.String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableFullService |
ImmutableFullService.withKind(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional kind attribute.
|
ImmutableFullService |
ImmutableFullService.withKind(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the kind attribute.
|
ImmutableFullService |
ImmutableFullService.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.
|
ImmutableFullService |
ImmutableFullService.withPort(int value) |
Copy the current immutable object by setting a value for the port attribute.
|
ImmutableFullService |
ImmutableFullService.withProxy(ServiceProxy value) |
Copy the current immutable object by setting a present value for the optional proxy attribute.
|
ImmutableFullService |
ImmutableFullService.withProxy(java.util.Optional<? extends ServiceProxy> optional) |
Copy the current immutable object by setting an optional value for the proxy attribute.
|
ImmutableFullService |
ImmutableFullService.withService(java.lang.String value) |
Copy the current immutable object by setting a value for the service attribute.
|
ImmutableFullService |
ImmutableFullService.withTags(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableFullService |
ImmutableFullService.withTags(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableFullService |
ImmutableFullService.withWeights(ServiceWeights value) |
Copy the current immutable object by setting a present value for the optional weights attribute.
|
ImmutableFullService |
ImmutableFullService.withWeights(java.util.Optional<? extends ServiceWeights> optional) |
Copy the current immutable object by setting an optional value for the weights attribute.
|