Uses of Interface
software.amazon.awssdk.services.fms.model.NetworkFirewallMissingExpectedRTViolation.Builder
-
Packages that use NetworkFirewallMissingExpectedRTViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of NetworkFirewallMissingExpectedRTViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return NetworkFirewallMissingExpectedRTViolation.Builder Modifier and Type Method Description NetworkFirewallMissingExpectedRTViolation.BuilderNetworkFirewallMissingExpectedRTViolation.Builder. availabilityZone(String availabilityZone)The Availability Zone of a violating subnet.static NetworkFirewallMissingExpectedRTViolation.BuilderNetworkFirewallMissingExpectedRTViolation. builder()NetworkFirewallMissingExpectedRTViolation.BuilderNetworkFirewallMissingExpectedRTViolation.Builder. currentRouteTable(String currentRouteTable)The resource ID of the current route table that's associated with the subnet, if one is available.NetworkFirewallMissingExpectedRTViolation.BuilderNetworkFirewallMissingExpectedRTViolation.Builder. expectedRouteTable(String expectedRouteTable)The resource ID of the route table that should be associated with the subnet.NetworkFirewallMissingExpectedRTViolation.BuilderNetworkFirewallMissingExpectedRTViolation. toBuilder()NetworkFirewallMissingExpectedRTViolation.BuilderNetworkFirewallMissingExpectedRTViolation.Builder. violationTarget(String violationTarget)The ID of the Network Firewall or VPC resource that's in violation.NetworkFirewallMissingExpectedRTViolation.BuilderNetworkFirewallMissingExpectedRTViolation.Builder. vpc(String vpc)The resource ID of the VPC associated with a violating subnet.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type NetworkFirewallMissingExpectedRTViolation.Builder Modifier and Type Method Description static Class<? extends NetworkFirewallMissingExpectedRTViolation.Builder>NetworkFirewallMissingExpectedRTViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type NetworkFirewallMissingExpectedRTViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. networkFirewallMissingExpectedRTViolation(Consumer<NetworkFirewallMissingExpectedRTViolation.Builder> networkFirewallMissingExpectedRTViolation)Violation detail for an Network Firewall policy that indicates that a subnet is not associated with the expected Firewall Manager managed route table.
-