Uses of Interface
software.amazon.awssdk.services.fms.model.NetworkFirewallUnexpectedGatewayRoutesViolation.Builder
-
Packages that use NetworkFirewallUnexpectedGatewayRoutesViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of NetworkFirewallUnexpectedGatewayRoutesViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return NetworkFirewallUnexpectedGatewayRoutesViolation.Builder Modifier and Type Method Description static NetworkFirewallUnexpectedGatewayRoutesViolation.BuilderNetworkFirewallUnexpectedGatewayRoutesViolation. builder()NetworkFirewallUnexpectedGatewayRoutesViolation.BuilderNetworkFirewallUnexpectedGatewayRoutesViolation.Builder. gatewayId(String gatewayId)Information about the gateway ID.NetworkFirewallUnexpectedGatewayRoutesViolation.BuilderNetworkFirewallUnexpectedGatewayRoutesViolation.Builder. routeTableId(String routeTableId)Information about the route table.NetworkFirewallUnexpectedGatewayRoutesViolation.BuilderNetworkFirewallUnexpectedGatewayRoutesViolation. toBuilder()NetworkFirewallUnexpectedGatewayRoutesViolation.BuilderNetworkFirewallUnexpectedGatewayRoutesViolation.Builder. violatingRoutes(Collection<Route> violatingRoutes)The routes that are in violation.NetworkFirewallUnexpectedGatewayRoutesViolation.BuilderNetworkFirewallUnexpectedGatewayRoutesViolation.Builder. violatingRoutes(Consumer<Route.Builder>... violatingRoutes)The routes that are in violation.NetworkFirewallUnexpectedGatewayRoutesViolation.BuilderNetworkFirewallUnexpectedGatewayRoutesViolation.Builder. violatingRoutes(Route... violatingRoutes)The routes that are in violation.NetworkFirewallUnexpectedGatewayRoutesViolation.BuilderNetworkFirewallUnexpectedGatewayRoutesViolation.Builder. vpcId(String vpcId)Information about the VPC ID.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type NetworkFirewallUnexpectedGatewayRoutesViolation.Builder Modifier and Type Method Description static Class<? extends NetworkFirewallUnexpectedGatewayRoutesViolation.Builder>NetworkFirewallUnexpectedGatewayRoutesViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type NetworkFirewallUnexpectedGatewayRoutesViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. networkFirewallUnexpectedGatewayRoutesViolation(Consumer<NetworkFirewallUnexpectedGatewayRoutesViolation.Builder> networkFirewallUnexpectedGatewayRoutesViolation)There's an unexpected gateway route.
-