Uses of Interface
software.amazon.awssdk.services.fms.model.FirewallSubnetMissingVPCEndpointViolation.Builder
-
Packages that use FirewallSubnetMissingVPCEndpointViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of FirewallSubnetMissingVPCEndpointViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return FirewallSubnetMissingVPCEndpointViolation.Builder Modifier and Type Method Description static FirewallSubnetMissingVPCEndpointViolation.BuilderFirewallSubnetMissingVPCEndpointViolation. builder()FirewallSubnetMissingVPCEndpointViolation.BuilderFirewallSubnetMissingVPCEndpointViolation.Builder. firewallSubnetId(String firewallSubnetId)The ID of the firewall that this VPC endpoint is associated with.FirewallSubnetMissingVPCEndpointViolation.BuilderFirewallSubnetMissingVPCEndpointViolation.Builder. subnetAvailabilityZone(String subnetAvailabilityZone)The name of the Availability Zone of the deleted VPC subnet.FirewallSubnetMissingVPCEndpointViolation.BuilderFirewallSubnetMissingVPCEndpointViolation.Builder. subnetAvailabilityZoneId(String subnetAvailabilityZoneId)The ID of the Availability Zone of the deleted VPC subnet.FirewallSubnetMissingVPCEndpointViolation.BuilderFirewallSubnetMissingVPCEndpointViolation. toBuilder()FirewallSubnetMissingVPCEndpointViolation.BuilderFirewallSubnetMissingVPCEndpointViolation.Builder. vpcId(String vpcId)The resource ID of the VPC associated with the deleted VPC subnet.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type FirewallSubnetMissingVPCEndpointViolation.Builder Modifier and Type Method Description static Class<? extends FirewallSubnetMissingVPCEndpointViolation.Builder>FirewallSubnetMissingVPCEndpointViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type FirewallSubnetMissingVPCEndpointViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. firewallSubnetMissingVPCEndpointViolation(Consumer<FirewallSubnetMissingVPCEndpointViolation.Builder> firewallSubnetMissingVPCEndpointViolation)The violation details for a third-party firewall's VPC endpoint subnet that was deleted.
-