public static interface NetworkFirewallMissingExpectedRTViolation.Builder extends SdkPojo, CopyableBuilder<NetworkFirewallMissingExpectedRTViolation.Builder,NetworkFirewallMissingExpectedRTViolation>
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallMissingExpectedRTViolation.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
|
NetworkFirewallMissingExpectedRTViolation.Builder |
currentRouteTable(String currentRouteTable)
The resource ID of the current route table that's associated with the subnet, if one is available.
|
NetworkFirewallMissingExpectedRTViolation.Builder |
expectedRouteTable(String expectedRouteTable)
The resource ID of the route table that should be associated with the subnet.
|
NetworkFirewallMissingExpectedRTViolation.Builder |
violationTarget(String violationTarget)
The ID of the Network Firewall or VPC resource that's in violation.
|
NetworkFirewallMissingExpectedRTViolation.Builder |
vpc(String vpc)
The resource ID of the VPC associated with a violating subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFirewallMissingExpectedRTViolation.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.NetworkFirewallMissingExpectedRTViolation.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.NetworkFirewallMissingExpectedRTViolation.Builder availabilityZone(String availabilityZone)
The Availability Zone of a violating subnet.
availabilityZone - The Availability Zone of a violating subnet.NetworkFirewallMissingExpectedRTViolation.Builder currentRouteTable(String currentRouteTable)
The resource ID of the current route table that's associated with the subnet, if one is available.
currentRouteTable - The resource ID of the current route table that's associated with the subnet, if one is available.NetworkFirewallMissingExpectedRTViolation.Builder expectedRouteTable(String expectedRouteTable)
The resource ID of the route table that should be associated with the subnet.
expectedRouteTable - The resource ID of the route table that should be associated with the subnet.Copyright © 2023. All rights reserved.