Class ForwardProxyInfo.ForwardProxyInfoBuilder
- java.lang.Object
-
- de.gematik.test.tiger.common.data.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.ForwardProxyInfoBuilderpassword(String password)ForwardProxyInfo.ForwardProxyInfoBuilderport(Integer port)StringtoString()ForwardProxyInfo.ForwardProxyInfoBuildertype(TigerProxyType type)ForwardProxyInfo.ForwardProxyInfoBuilderusername(String username)
-
-
-
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.
-
username
public ForwardProxyInfo.ForwardProxyInfoBuilder username(String username)
- Returns:
this.
-
password
public ForwardProxyInfo.ForwardProxyInfoBuilder password(String password)
- Returns:
this.
-
build
public ForwardProxyInfo build()
-
-