public static interface RouteFilterPrefix.Builder extends SdkPojo, CopyableBuilder<RouteFilterPrefix.Builder,RouteFilterPrefix>
Modifier and Type | Method and Description |
---|---|
RouteFilterPrefix.Builder |
cidr(String cidr)
The CIDR block for the advertised route.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RouteFilterPrefix.Builder cidr(String cidr)
The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use /64 or shorter.
cidr
- The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use
/64 or shorter.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.