Uses of Interface
software.amazon.awssdk.services.fms.model.FirewallSubnetIsOutOfScopeViolation.Builder
-
Packages that use FirewallSubnetIsOutOfScopeViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of FirewallSubnetIsOutOfScopeViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return FirewallSubnetIsOutOfScopeViolation.Builder Modifier and Type Method Description static FirewallSubnetIsOutOfScopeViolation.BuilderFirewallSubnetIsOutOfScopeViolation. builder()FirewallSubnetIsOutOfScopeViolation.BuilderFirewallSubnetIsOutOfScopeViolation.Builder. firewallSubnetId(String firewallSubnetId)The ID of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuilderFirewallSubnetIsOutOfScopeViolation.Builder. subnetAvailabilityZone(String subnetAvailabilityZone)The Availability Zone of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuilderFirewallSubnetIsOutOfScopeViolation.Builder. subnetAvailabilityZoneId(String subnetAvailabilityZoneId)The Availability Zone ID of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuilderFirewallSubnetIsOutOfScopeViolation. toBuilder()FirewallSubnetIsOutOfScopeViolation.BuilderFirewallSubnetIsOutOfScopeViolation.Builder. vpcEndpointId(String vpcEndpointId)The VPC endpoint ID of the firewall subnet that violates the policy scope.FirewallSubnetIsOutOfScopeViolation.BuilderFirewallSubnetIsOutOfScopeViolation.Builder. vpcId(String vpcId)The VPC ID of the firewall subnet that violates the policy scope.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type FirewallSubnetIsOutOfScopeViolation.Builder Modifier and Type Method Description static Class<? extends FirewallSubnetIsOutOfScopeViolation.Builder>FirewallSubnetIsOutOfScopeViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type FirewallSubnetIsOutOfScopeViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. firewallSubnetIsOutOfScopeViolation(Consumer<FirewallSubnetIsOutOfScopeViolation.Builder> firewallSubnetIsOutOfScopeViolation)Contains details about the firewall subnet that violates the policy scope.
-