Uses of Interface
software.amazon.awssdk.services.fms.model.ThirdPartyFirewallMissingSubnetViolation.Builder
-
Packages that use ThirdPartyFirewallMissingSubnetViolation.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ThirdPartyFirewallMissingSubnetViolation.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ThirdPartyFirewallMissingSubnetViolation.Builder Modifier and Type Method Description ThirdPartyFirewallMissingSubnetViolation.BuilderThirdPartyFirewallMissingSubnetViolation.Builder. availabilityZone(String availabilityZone)The Availability Zone of a subnet that's causing the violation.static ThirdPartyFirewallMissingSubnetViolation.BuilderThirdPartyFirewallMissingSubnetViolation. builder()ThirdPartyFirewallMissingSubnetViolation.BuilderThirdPartyFirewallMissingSubnetViolation.Builder. targetViolationReason(String targetViolationReason)The reason the resource is causing the violation, if a reason is available.ThirdPartyFirewallMissingSubnetViolation.BuilderThirdPartyFirewallMissingSubnetViolation. toBuilder()ThirdPartyFirewallMissingSubnetViolation.BuilderThirdPartyFirewallMissingSubnetViolation.Builder. violationTarget(String violationTarget)The ID of the third-party firewall or VPC resource that's causing the violation.ThirdPartyFirewallMissingSubnetViolation.BuilderThirdPartyFirewallMissingSubnetViolation.Builder. vpc(String vpc)The resource ID of the VPC associated with a subnet that's causing the violation.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ThirdPartyFirewallMissingSubnetViolation.Builder Modifier and Type Method Description static Class<? extends ThirdPartyFirewallMissingSubnetViolation.Builder>ThirdPartyFirewallMissingSubnetViolation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type ThirdPartyFirewallMissingSubnetViolation.Builder Modifier and Type Method Description default ResourceViolation.BuilderResourceViolation.Builder. thirdPartyFirewallMissingSubnetViolation(Consumer<ThirdPartyFirewallMissingSubnetViolation.Builder> thirdPartyFirewallMissingSubnetViolation)The violation details for a third-party firewall's subnet that's been deleted.
-