Uses of Interface
software.amazon.awssdk.services.fms.model.ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder
-
Packages that use ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder Modifier and Type Method Description ThirdPartyFirewallMissingExpectedRouteTableViolation.BuilderThirdPartyFirewallMissingExpectedRouteTableViolation.Builder. availabilityZone(String availabilityZone)The Availability Zone of the firewall subnet that's causing the violation.static ThirdPartyFirewallMissingExpectedRouteTableViolation.BuilderThirdPartyFirewallMissingExpectedRouteTableViolation. builder()ThirdPartyFirewallMissingExpectedRouteTableViolation.BuilderThirdPartyFirewallMissingExpectedRouteTableViolation.Builder. currentRouteTable(String currentRouteTable)The resource ID of the current route table that's associated with the subnet, if one is available.ThirdPartyFirewallMissingExpectedRouteTableViolation.BuilderThirdPartyFirewallMissingExpectedRouteTableViolation.Builder. expectedRouteTable(String expectedRouteTable)The resource ID of the route table that should be associated with the subnet.ThirdPartyFirewallMissingExpectedRouteTableViolation.BuilderThirdPartyFirewallMissingExpectedRouteTableViolation. toBuilder()ThirdPartyFirewallMissingExpectedRouteTableViolation.BuilderThirdPartyFirewallMissingExpectedRouteTableViolation.Builder. violationTarget(String violationTarget)The ID of the third-party firewall or VPC resource that's causing the violation.ThirdPartyFirewallMissingExpectedRouteTableViolation.BuilderThirdPartyFirewallMissingExpectedRouteTableViolation.Builder. vpc(String vpc)The resource ID of the VPC associated with a fireawll subnet that's causing the violation.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder Modifier and Type Method Description static Class<? extends ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder>ThirdPartyFirewallMissingExpectedRouteTableViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. thirdPartyFirewallMissingExpectedRouteTableViolation(Consumer<ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder> thirdPartyFirewallMissingExpectedRouteTableViolation)The violation details for a third-party firewall that has the Firewall Manager managed route table that was associated with the third-party firewall has been deleted.
-