public static interface NetworkFirewallMissingSubnetViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallMissingSubnetViolation.Builder,NetworkFirewallMissingSubnetViolation>
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallMissingSubnetViolation.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
|
NetworkFirewallMissingSubnetViolation.Builder |
targetViolationReason(String targetViolationReason)
The reason the resource has this violation, if one is available.
|
NetworkFirewallMissingSubnetViolation.Builder |
violationTarget(String violationTarget)
The ID of the Network Firewall or VPC resource that's in violation.
|
NetworkFirewallMissingSubnetViolation.Builder |
vpc(String vpc)
The resource ID of the VPC associated with a violating subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFirewallMissingSubnetViolation.Builder violationTarget(String violationTarget)
The ID of the Network Firewall or VPC resource that's in violation.
violationTarget - The ID of the Network Firewall or VPC resource that's in violation.NetworkFirewallMissingSubnetViolation.Builder vpc(String vpc)
The resource ID of the VPC associated with a violating subnet.
vpc - The resource ID of the VPC associated with a violating subnet.NetworkFirewallMissingSubnetViolation.Builder availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
availabilityZone - The Availability Zone of a violating subnet.NetworkFirewallMissingSubnetViolation.Builder targetViolationReason(String targetViolationReason)
The reason the resource has this violation, if one is available.
targetViolationReason - The reason the resource has this violation, if one is available.Copyright © 2021. All rights reserved.