public static final class ALBDiscoveredNetwork.Builder
extends java.lang.Object
ALBDiscoveredNetwork.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBDiscoveredNetwork. |
| Modifier and Type | Method and Description |
|---|---|
ALBDiscoveredNetwork |
build() |
ALBDiscoveredNetwork.Builder |
setNetworkName(java.lang.String networkName)
Discovered network for this IP.
|
ALBDiscoveredNetwork.Builder |
setSubnet(java.util.List<ALBIpAddrPrefix> subnet)
Discovered subnet for this IP.
|
ALBDiscoveredNetwork.Builder |
setSubnet6(java.util.List<ALBIpAddrPrefix> subnet6)
Discovered IPv6 subnet for this IP.
|
public Builder()
ALBDiscoveredNetwork.public ALBDiscoveredNetwork.Builder setNetworkName(java.lang.String networkName)
networkName - New value for the property.public ALBDiscoveredNetwork.Builder setSubnet(java.util.List<ALBIpAddrPrefix> subnet)
subnet - New value for the property.public ALBDiscoveredNetwork.Builder setSubnet6(java.util.List<ALBIpAddrPrefix> subnet6)
subnet6 - New value for the property.public ALBDiscoveredNetwork build()