public static interface ThirdPartyFirewallMissingFirewallViolation.Builder extends SdkPojo, CopyableBuilder<ThirdPartyFirewallMissingFirewallViolation.Builder,ThirdPartyFirewallMissingFirewallViolation>
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyFirewallMissingFirewallViolation.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the third-party firewall that's causing the violation.
|
ThirdPartyFirewallMissingFirewallViolation.Builder |
targetViolationReason(String targetViolationReason)
The reason the resource is causing this violation, if a reason is available.
|
ThirdPartyFirewallMissingFirewallViolation.Builder |
violationTarget(String violationTarget)
The ID of the third-party firewall that's causing the violation.
|
ThirdPartyFirewallMissingFirewallViolation.Builder |
vpc(String vpc)
The resource ID of the VPC associated with a third-party firewall.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThirdPartyFirewallMissingFirewallViolation.Builder violationTarget(String violationTarget)
The ID of the third-party firewall that's causing the violation.
violationTarget - The ID of the third-party firewall that's causing the violation.ThirdPartyFirewallMissingFirewallViolation.Builder vpc(String vpc)
The resource ID of the VPC associated with a third-party firewall.
vpc - The resource ID of the VPC associated with a third-party firewall.ThirdPartyFirewallMissingFirewallViolation.Builder availabilityZone(String availabilityZone)
The Availability Zone of the third-party firewall that's causing the violation.
availabilityZone - The Availability Zone of the third-party firewall that's causing the violation.ThirdPartyFirewallMissingFirewallViolation.Builder targetViolationReason(String targetViolationReason)
The reason the resource is causing this violation, if a reason is available.
targetViolationReason - The reason the resource is causing this violation, if a reason is available.Copyright © 2023. All rights reserved.