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