public static interface ExpectedRoute.Builder extends SdkPojo, CopyableBuilder<ExpectedRoute.Builder,ExpectedRoute>
| Modifier and Type | Method and Description |
|---|---|
ExpectedRoute.Builder |
allowedTargets(Collection<String> allowedTargets)
Information about the allowed targets.
|
ExpectedRoute.Builder |
allowedTargets(String... allowedTargets)
Information about the allowed targets.
|
ExpectedRoute.Builder |
contributingSubnets(Collection<String> contributingSubnets)
Information about the contributing subnets.
|
ExpectedRoute.Builder |
contributingSubnets(String... contributingSubnets)
Information about the contributing subnets.
|
ExpectedRoute.Builder |
ipV4Cidr(String ipV4Cidr)
Information about the IPv4 CIDR block.
|
ExpectedRoute.Builder |
ipV6Cidr(String ipV6Cidr)
Information about the IPv6 CIDR block.
|
ExpectedRoute.Builder |
prefixListId(String prefixListId)
Information about the ID of the prefix list for the route.
|
ExpectedRoute.Builder |
routeTableId(String routeTableId)
Information about the route table ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExpectedRoute.Builder ipV4Cidr(String ipV4Cidr)
Information about the IPv4 CIDR block.
ipV4Cidr - Information about the IPv4 CIDR block.ExpectedRoute.Builder prefixListId(String prefixListId)
Information about the ID of the prefix list for the route.
prefixListId - Information about the ID of the prefix list for the route.ExpectedRoute.Builder ipV6Cidr(String ipV6Cidr)
Information about the IPv6 CIDR block.
ipV6Cidr - Information about the IPv6 CIDR block.ExpectedRoute.Builder contributingSubnets(Collection<String> contributingSubnets)
Information about the contributing subnets.
contributingSubnets - Information about the contributing subnets.ExpectedRoute.Builder contributingSubnets(String... contributingSubnets)
Information about the contributing subnets.
contributingSubnets - Information about the contributing subnets.ExpectedRoute.Builder allowedTargets(Collection<String> allowedTargets)
Information about the allowed targets.
allowedTargets - Information about the allowed targets.ExpectedRoute.Builder allowedTargets(String... allowedTargets)
Information about the allowed targets.
allowedTargets - Information about the allowed targets.ExpectedRoute.Builder routeTableId(String routeTableId)
Information about the route table ID.
routeTableId - Information about the route table ID.Copyright © 2022. All rights reserved.