public static interface IpSet.Builder extends SdkPojo, CopyableBuilder<IpSet.Builder,IpSet>
| Modifier and Type | Method and Description |
|---|---|
IpSet.Builder |
ipAddresses(Collection<String> ipAddresses)
The array of IP addresses in the IP address set.
|
IpSet.Builder |
ipAddresses(String... ipAddresses)
The array of IP addresses in the IP address set.
|
IpSet.Builder |
ipAddressFamily(IpAddressFamily ipAddressFamily)
The types of IP addresses included in this IP set.
|
IpSet.Builder |
ipAddressFamily(String ipAddressFamily)
The types of IP addresses included in this IP set.
|
IpSet.Builder |
ipFamily(String ipFamily)
Deprecated.
IpFamily has been replaced by IpAddressFamily
|
equalsBySdkFields, sdkFieldscopyapplyMutation, build@Deprecated IpSet.Builder ipFamily(String ipFamily)
IpFamily is deprecated and has been replaced by IpAddressFamily.
ipFamily - IpFamily is deprecated and has been replaced by IpAddressFamily.IpSet.Builder ipAddresses(Collection<String> ipAddresses)
The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
ipAddresses - The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP
addresses.IpSet.Builder ipAddresses(String... ipAddresses)
The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
ipAddresses - The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP
addresses.IpSet.Builder ipAddressFamily(String ipAddressFamily)
The types of IP addresses included in this IP set.
ipAddressFamily - The types of IP addresses included in this IP set.IpAddressFamily,
IpAddressFamilyIpSet.Builder ipAddressFamily(IpAddressFamily ipAddressFamily)
The types of IP addresses included in this IP set.
ipAddressFamily - The types of IP addresses included in this IP set.IpAddressFamily,
IpAddressFamilyCopyright © 2023. All rights reserved.