static ImmutableServiceHealthKey.Builder |
ImmutableServiceHealthKey.builder() |
|
ImmutableServiceHealthKey.Builder |
ImmutableServiceHealthKey.Builder.from(ServiceHealthKey instance) |
Fill a builder with attribute values from the provided ServiceHealthKey instance.
|
ImmutableServiceHealthKey.Builder |
ImmutableServiceHealthKey.Builder.host(java.lang.String host) |
Initializes the value for the host attribute.
|
ImmutableServiceHealthKey.Builder |
ImmutableServiceHealthKey.Builder.port(java.lang.Integer port) |
Initializes the value for the port attribute.
|
ImmutableServiceHealthKey.Builder |
ImmutableServiceHealthKey.Builder.serviceId(java.lang.String serviceId) |
Initializes the value for the serviceId attribute.
|