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 |
ipFamily(String ipFamily)
The types of IP addresses included in this IP set.
|
copy
applyMutation, build
IpSet.Builder ipFamily(String ipFamily)
The types of IP addresses included in this IP set.
ipFamily
- The types of IP addresses included in this IP set.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.