| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IPSubnet. |
| Modifier and Type | Method and Description |
|---|---|
IPSubnet |
build() |
IPSubnet.Builder |
setIpAddresses(java.util.List<java.lang.String> ipAddresses)
All IP addresses, some of which may be automatically configured.
|
IPSubnet.Builder |
setPrefixLength(java.lang.Long prefixLength)
Subnet Prefix Length format: int64
|
public Builder()
IPSubnet.public IPSubnet.Builder setIpAddresses(java.util.List<java.lang.String> ipAddresses)
ipAddresses - New value for the property.public IPSubnet.Builder setPrefixLength(java.lang.Long prefixLength)
prefixLength - New value for the property.public IPSubnet build()