public static interface NetworkFirewallMissingFirewallViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallMissingFirewallViolation.Builder,NetworkFirewallMissingFirewallViolation>
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallMissingFirewallViolation.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
|
NetworkFirewallMissingFirewallViolation.Builder |
targetViolationReason(String targetViolationReason)
The reason the resource has this violation, if one is available.
|
NetworkFirewallMissingFirewallViolation.Builder |
violationTarget(String violationTarget)
The ID of the Network Firewall or VPC resource that's in violation.
|
NetworkFirewallMissingFirewallViolation.Builder |
vpc(String vpc)
The resource ID of the VPC associated with a violating subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFirewallMissingFirewallViolation.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.NetworkFirewallMissingFirewallViolation.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.NetworkFirewallMissingFirewallViolation.Builder availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
availabilityZone - The Availability Zone of a violating subnet.NetworkFirewallMissingFirewallViolation.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.