public static interface GetNetworkRoutesRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetNetworkRoutesRequest.Builder,GetNetworkRoutesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNetworkRoutesRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.GetNetworkRoutesRequest.Builder routeTableIdentifier(RouteTableIdentifier routeTableIdentifier)
The ID of the route table.
routeTableIdentifier - The ID of the route table.default GetNetworkRoutesRequest.Builder routeTableIdentifier(Consumer<RouteTableIdentifier.Builder> routeTableIdentifier)
The ID of the route table.
This is a convenience method that creates an instance of theRouteTableIdentifier.Builder avoiding
the need to create one manually via RouteTableIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to routeTableIdentifier(RouteTableIdentifier).
routeTableIdentifier - a consumer that will call methods on RouteTableIdentifier.BuilderrouteTableIdentifier(RouteTableIdentifier)GetNetworkRoutesRequest.Builder exactCidrMatches(Collection<String> exactCidrMatches)
An exact CIDR block.
exactCidrMatches - An exact CIDR block.GetNetworkRoutesRequest.Builder exactCidrMatches(String... exactCidrMatches)
An exact CIDR block.
exactCidrMatches - An exact CIDR block.GetNetworkRoutesRequest.Builder longestPrefixMatches(Collection<String> longestPrefixMatches)
The most specific route that matches the traffic (longest prefix match).
longestPrefixMatches - The most specific route that matches the traffic (longest prefix match).GetNetworkRoutesRequest.Builder longestPrefixMatches(String... longestPrefixMatches)
The most specific route that matches the traffic (longest prefix match).
longestPrefixMatches - The most specific route that matches the traffic (longest prefix match).GetNetworkRoutesRequest.Builder subnetOfMatches(Collection<String> subnetOfMatches)
The routes with a subnet that match the specified CIDR filter.
subnetOfMatches - The routes with a subnet that match the specified CIDR filter.GetNetworkRoutesRequest.Builder subnetOfMatches(String... subnetOfMatches)
The routes with a subnet that match the specified CIDR filter.
subnetOfMatches - The routes with a subnet that match the specified CIDR filter.GetNetworkRoutesRequest.Builder supernetOfMatches(Collection<String> supernetOfMatches)
The routes with a CIDR that encompasses the CIDR filter. Example: If you specify 10.0.1.0/30, then the result returns 10.0.1.0/29.
supernetOfMatches - The routes with a CIDR that encompasses the CIDR filter. Example: If you specify 10.0.1.0/30, then the
result returns 10.0.1.0/29.GetNetworkRoutesRequest.Builder supernetOfMatches(String... supernetOfMatches)
The routes with a CIDR that encompasses the CIDR filter. Example: If you specify 10.0.1.0/30, then the result returns 10.0.1.0/29.
supernetOfMatches - The routes with a CIDR that encompasses the CIDR filter. Example: If you specify 10.0.1.0/30, then the
result returns 10.0.1.0/29.GetNetworkRoutesRequest.Builder prefixListIds(Collection<String> prefixListIds)
The IDs of the prefix lists.
prefixListIds - The IDs of the prefix lists.GetNetworkRoutesRequest.Builder prefixListIds(String... prefixListIds)
The IDs of the prefix lists.
prefixListIds - The IDs of the prefix lists.GetNetworkRoutesRequest.Builder statesWithStrings(Collection<String> states)
The route states.
states - The route states.GetNetworkRoutesRequest.Builder statesWithStrings(String... states)
The route states.
states - The route states.GetNetworkRoutesRequest.Builder states(Collection<RouteState> states)
The route states.
states - The route states.GetNetworkRoutesRequest.Builder states(RouteState... states)
The route states.
states - The route states.GetNetworkRoutesRequest.Builder typesWithStrings(Collection<String> types)
The route types.
types - The route types.GetNetworkRoutesRequest.Builder typesWithStrings(String... types)
The route types.
types - The route types.GetNetworkRoutesRequest.Builder types(Collection<RouteType> types)
The route types.
types - The route types.GetNetworkRoutesRequest.Builder types(RouteType... types)
The route types.
types - The route types.GetNetworkRoutesRequest.Builder destinationFilters(Map<String,? extends Collection<String>> destinationFilters)
Filter by route table destination. Possible Values: TRANSIT_GATEWAY_ATTACHMENT_ID, RESOURCE_ID, or RESOURCE_TYPE.
destinationFilters - Filter by route table destination. Possible Values: TRANSIT_GATEWAY_ATTACHMENT_ID, RESOURCE_ID, or
RESOURCE_TYPE.GetNetworkRoutesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetNetworkRoutesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.