public static interface NetworkFirewallBlackHoleRouteDetectedViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallBlackHoleRouteDetectedViolation.Builder,NetworkFirewallBlackHoleRouteDetectedViolation>
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallBlackHoleRouteDetectedViolation.Builder |
routeTableId(String routeTableId)
Information about the route table ID.
|
NetworkFirewallBlackHoleRouteDetectedViolation.Builder |
violatingRoutes(Collection<Route> violatingRoutes)
Information about the route or routes that are in violation.
|
NetworkFirewallBlackHoleRouteDetectedViolation.Builder |
violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
Information about the route or routes that are in violation.
|
NetworkFirewallBlackHoleRouteDetectedViolation.Builder |
violatingRoutes(Route... violatingRoutes)
Information about the route or routes that are in violation.
|
NetworkFirewallBlackHoleRouteDetectedViolation.Builder |
violationTarget(String violationTarget)
The subnet that has an inactive state.
|
NetworkFirewallBlackHoleRouteDetectedViolation.Builder |
vpcId(String vpcId)
Information about the VPC ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFirewallBlackHoleRouteDetectedViolation.Builder violationTarget(String violationTarget)
The subnet that has an inactive state.
violationTarget - The subnet that has an inactive state.NetworkFirewallBlackHoleRouteDetectedViolation.Builder routeTableId(String routeTableId)
Information about the route table ID.
routeTableId - Information about the route table ID.NetworkFirewallBlackHoleRouteDetectedViolation.Builder vpcId(String vpcId)
Information about the VPC ID.
vpcId - Information about the VPC ID.NetworkFirewallBlackHoleRouteDetectedViolation.Builder violatingRoutes(Collection<Route> violatingRoutes)
Information about the route or routes that are in violation.
violatingRoutes - Information about the route or routes that are in violation.NetworkFirewallBlackHoleRouteDetectedViolation.Builder violatingRoutes(Route... violatingRoutes)
Information about the route or routes that are in violation.
violatingRoutes - Information about the route or routes that are in violation.NetworkFirewallBlackHoleRouteDetectedViolation.Builder violatingRoutes(Consumer<Route.Builder>... violatingRoutes)
Information about the route or routes that are in violation.
This is a convenience method that creates an instance of theRoute.Builder avoiding the need to create one manually via
Route.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #violatingRoutes(List.
violatingRoutes - a consumer that will call methods on Route.Builder#violatingRoutes(java.util.Collection) Copyright © 2022. All rights reserved.