public static interface RouteFilterPrefix.Builder extends CopyableBuilder<RouteFilterPrefix.Builder,RouteFilterPrefix>
| Modifier and Type | Method and Description |
|---|---|
RouteFilterPrefix.Builder |
cidr(String cidr)
CIDR notation for the advertised route.
|
copyapply, buildRouteFilterPrefix.Builder cidr(String cidr)
CIDR notation for the advertised route. Multiple routes are separated by commas.
IPv6 CIDRs must be at least a /64 or shorter
Example: 10.10.10.0/24,10.10.11.0/24,2001:db8::/64
cidr - CIDR notation for the advertised route. Multiple routes are separated by commas.
IPv6 CIDRs must be at least a /64 or shorter
Example: 10.10.10.0/24,10.10.11.0/24,2001:db8::/64
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.