public static interface IpRange.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<IpRange.Builder,IpRange>
| Modifier and Type | Method and Description |
|---|---|
IpRange.Builder |
cidrIp(String cidrIp)
The IPv4 CIDR range.
|
IpRange.Builder cidrIp(String cidrIp)
The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix.
cidrIp - The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To
specify a single IPv4 address, use the /32 prefix.Copyright © 2017. All rights reserved.