| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBIpAddr. |
| Modifier and Type | Method and Description |
|---|---|
ALBIpAddr |
build() |
ALBIpAddr.Builder |
setAddr(java.lang.String addr)
IP address.
|
ALBIpAddr.Builder |
setType(java.lang.String type)
Possible values are:
ALBIpAddr.TYPE_V4 ALBIpAddr.TYPE_DNS ALBIpAddr.TYPE_V6 Enum options -
V4, DNS, V6. |
public Builder()
ALBIpAddr.public ALBIpAddr.Builder setAddr(java.lang.String addr)
addr - New value for the property.public ALBIpAddr.Builder setType(java.lang.String type)
type - New value for the property.public ALBIpAddr build()