| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IPInfo. |
| Modifier and Type | Method and Description |
|---|---|
IPInfo |
build() |
IPInfo.Builder |
setIpAddresses(java.util.List<java.lang.String> ipAddresses)
IPv4 Addresses format: ipv4
|
IPInfo.Builder |
setPrefixLength(java.lang.Long prefixLength)
Subnet Prefix Length format: int64
|
public Builder()
IPInfo.public IPInfo.Builder setIpAddresses(java.util.List<java.lang.String> ipAddresses)
ipAddresses - New value for the property.public IPInfo.Builder setPrefixLength(java.lang.Long prefixLength)
prefixLength - New value for the property.public IPInfo build()