public static class ServiceInfo.ServiceInfoBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
build() |
ServiceInfo.ServiceInfoBuilder |
id(String id) |
ServiceInfo.ServiceInfoBuilder |
ip(String ip) |
ServiceInfo.ServiceInfoBuilder |
metadata(Map<String,String> metadata) |
ServiceInfo.ServiceInfoBuilder |
name(String name) |
ServiceInfo.ServiceInfoBuilder |
port(int port) |
ServiceInfo.ServiceInfoBuilder |
schema(String schema) |
ServiceInfo.ServiceInfoBuilder |
withMetadata(String key,
String data) |
public ServiceInfo.ServiceInfoBuilder schema(String schema)
public ServiceInfo.ServiceInfoBuilder ip(String ip)
public ServiceInfo.ServiceInfoBuilder port(int port)
public ServiceInfo.ServiceInfoBuilder name(String name)
public ServiceInfo.ServiceInfoBuilder id(String id)
public ServiceInfo.ServiceInfoBuilder metadata(Map<String,String> metadata)
public ServiceInfo.ServiceInfoBuilder withMetadata(String key, String data)
public ServiceInfo build()
Copyright © 2022. All rights reserved.