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