public static final class ALBNetworkProfileUnion.Builder
extends java.lang.Object
ALBNetworkProfileUnion.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBNetworkProfileUnion. |
| Modifier and Type | Method and Description |
|---|---|
ALBNetworkProfileUnion |
build() |
ALBNetworkProfileUnion.Builder |
setTcpFastPathProfile(ALBTCPFastPathProfile tcpFastPathProfile) |
ALBNetworkProfileUnion.Builder |
setTcpProxyProfile(ALBTCPProxyProfile tcpProxyProfile) |
ALBNetworkProfileUnion.Builder |
setType(java.lang.String type)
Possible values are:
ALBNetworkProfileUnion.TYPE_TCP_PROXY
ALBNetworkProfileUnion.TYPE_TCP_FAST_PATH
ALBNetworkProfileUnion.TYPE_UDP_FAST_PATH
ALBNetworkProfileUnion.TYPE_UDP_PROXY
Configure one of either proxy or fast path profiles. |
ALBNetworkProfileUnion.Builder |
setUdpFastPathProfile(ALBUDPFastPathProfile udpFastPathProfile) |
ALBNetworkProfileUnion.Builder |
setUdpProxyProfile(ALBUDPProxyProfile udpProxyProfile) |
public Builder()
ALBNetworkProfileUnion.public ALBNetworkProfileUnion.Builder setTcpFastPathProfile(ALBTCPFastPathProfile tcpFastPathProfile)
tcpFastPathProfile - New value for the property.public ALBNetworkProfileUnion.Builder setTcpProxyProfile(ALBTCPProxyProfile tcpProxyProfile)
tcpProxyProfile - New value for the property.public ALBNetworkProfileUnion.Builder setType(java.lang.String type)
type - New value for the property.public ALBNetworkProfileUnion.Builder setUdpFastPathProfile(ALBUDPFastPathProfile udpFastPathProfile)
udpFastPathProfile - New value for the property.public ALBNetworkProfileUnion.Builder setUdpProxyProfile(ALBUDPProxyProfile udpProxyProfile)
udpProxyProfile - New value for the property.public ALBNetworkProfileUnion build()