ImmutableCatalogService |
ImmutableCatalogService.Builder.build() |
|
static ImmutableCatalogService |
ImmutableCatalogService.copyOf(CatalogService instance) |
|
ImmutableCatalogService |
ImmutableCatalogService.withAddress(java.lang.String value) |
Copy the current immutable object by setting a value for the address attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenter attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withDatacenter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the datacenter attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withNode(java.lang.String value) |
Copy the current immutable object by setting a value for the node attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withNodeMeta(java.util.Map<java.lang.String,? extends java.lang.String> entries) |
Copy the current immutable object by replacing the nodeMeta map with the specified map.
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceAddress(java.lang.String value) |
Copy the current immutable object by setting a value for the serviceAddress attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceEnableTagOverride(boolean value) |
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceEnableTagOverride(java.util.Optional<java.lang.Boolean> optional) |
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceId(java.lang.String value) |
Copy the current immutable object by setting a value for the serviceId attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceMeta(java.util.Map<java.lang.String,? extends java.lang.String> entries) |
Copy the current immutable object by replacing the serviceMeta map with the specified map.
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceName(java.lang.String value) |
Copy the current immutable object by setting a value for the serviceName attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withServicePort(int value) |
Copy the current immutable object by setting a value for the servicePort attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceTags(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of serviceTags.
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceTags(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of serviceTags.
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceWeights(ServiceWeights value) |
Copy the current immutable object by setting a present value for the optional serviceWeights attribute.
|
ImmutableCatalogService |
ImmutableCatalogService.withServiceWeights(java.util.Optional<? extends ServiceWeights> optional) |
Copy the current immutable object by setting an optional value for the serviceWeights attribute.
|