Uses of Interface
software.amazon.awssdk.services.fms.model.NetworkFirewallMissingSubnetViolation.Builder
-
Packages that use NetworkFirewallMissingSubnetViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of NetworkFirewallMissingSubnetViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return NetworkFirewallMissingSubnetViolation.Builder Modifier and Type Method Description NetworkFirewallMissingSubnetViolation.BuilderNetworkFirewallMissingSubnetViolation.Builder. availabilityZone(String availabilityZone)The Availability Zone of a violating subnet.static NetworkFirewallMissingSubnetViolation.BuilderNetworkFirewallMissingSubnetViolation. builder()NetworkFirewallMissingSubnetViolation.BuilderNetworkFirewallMissingSubnetViolation.Builder. targetViolationReason(String targetViolationReason)The reason the resource has this violation, if one is available.NetworkFirewallMissingSubnetViolation.BuilderNetworkFirewallMissingSubnetViolation. toBuilder()NetworkFirewallMissingSubnetViolation.BuilderNetworkFirewallMissingSubnetViolation.Builder. violationTarget(String violationTarget)The ID of the Network Firewall or VPC resource that's in violation.NetworkFirewallMissingSubnetViolation.BuilderNetworkFirewallMissingSubnetViolation.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 NetworkFirewallMissingSubnetViolation.Builder Modifier and Type Method Description static Class<? extends NetworkFirewallMissingSubnetViolation.Builder>NetworkFirewallMissingSubnetViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type NetworkFirewallMissingSubnetViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. networkFirewallMissingSubnetViolation(Consumer<NetworkFirewallMissingSubnetViolation.Builder> networkFirewallMissingSubnetViolation)Violation detail for an Network Firewall policy that indicates that an Availability Zone is missing the expected Firewall Manager managed subnet.
-