Class ForwardProxyInfo.ForwardProxyInfoBuilder
- java.lang.Object
-
- de.gematik.test.tiger.common.config.tigerProxy.ForwardProxyInfo.ForwardProxyInfoBuilder
-
- Enclosing class:
- ForwardProxyInfo
public static class ForwardProxyInfo.ForwardProxyInfoBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForwardProxyInfobuild()ForwardProxyInfo.ForwardProxyInfoBuilderhostname(String hostname)ForwardProxyInfo.ForwardProxyInfoBuilderport(Integer port)StringtoString()ForwardProxyInfo.ForwardProxyInfoBuildertype(TigerProxyType type)
-
-
-
Method Detail
-
hostname
public ForwardProxyInfo.ForwardProxyInfoBuilder hostname(String hostname)
- Returns:
this.
-
port
public ForwardProxyInfo.ForwardProxyInfoBuilder port(Integer port)
- Returns:
this.
-
type
public ForwardProxyInfo.ForwardProxyInfoBuilder type(TigerProxyType type)
- Returns:
this.
-
build
public ForwardProxyInfo build()
-
-