Uses of Class
com.orbitz.consul.model.agent.ImmutableServiceProxyUpstream.Builder
-
Packages that use ImmutableServiceProxyUpstream.Builder Package Description com.orbitz.consul.model.agent -
-
Uses of ImmutableServiceProxyUpstream.Builder in com.orbitz.consul.model.agent
Methods in com.orbitz.consul.model.agent that return ImmutableServiceProxyUpstream.Builder Modifier and Type Method Description static ImmutableServiceProxyUpstream.BuilderImmutableServiceProxyUpstream. builder()Creates a builder forImmutableServiceProxyUpstream.ImmutableServiceProxyUpstream.BuilderImmutableServiceProxyUpstream.Builder. destinationName(java.lang.String destinationName)Initializes the value for thedestinationNameattribute.ImmutableServiceProxyUpstream.BuilderImmutableServiceProxyUpstream.Builder. destinationType(java.lang.String destinationType)Initializes the value for thedestinationTypeattribute.ImmutableServiceProxyUpstream.BuilderImmutableServiceProxyUpstream.Builder. from(ServiceProxyUpstream instance)Fill a builder with attribute values from the providedServiceProxyUpstreaminstance.ImmutableServiceProxyUpstream.BuilderImmutableServiceProxyUpstream.Builder. localBindPort(int localBindPort)Initializes the value for thelocalBindPortattribute.
-