Interface NetworkFirewallBlackHoleRouteDetectedViolation.Builder

    • Method Detail

      • violationTarget

        NetworkFirewallBlackHoleRouteDetectedViolation.Builder violationTarget​(String violationTarget)

        The subnet that has an inactive state.

        Parameters:
        violationTarget - The subnet that has an inactive state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeTableId

        NetworkFirewallBlackHoleRouteDetectedViolation.Builder routeTableId​(String routeTableId)

        Information about the route table ID.

        Parameters:
        routeTableId - Information about the route table ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • violatingRoutes

        NetworkFirewallBlackHoleRouteDetectedViolation.Builder violatingRoutes​(Collection<Route> violatingRoutes)

        Information about the route or routes that are in violation.

        Parameters:
        violatingRoutes - Information about the route or routes that are in violation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • violatingRoutes

        NetworkFirewallBlackHoleRouteDetectedViolation.Builder violatingRoutes​(Route... violatingRoutes)

        Information about the route or routes that are in violation.

        Parameters:
        violatingRoutes - Information about the route or routes that are in violation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.