public static interface ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder extends SdkPojo, CopyableBuilder<ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder,ThirdPartyFirewallMissingExpectedRouteTableViolation>
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the firewall subnet that's causing the violation.
|
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
currentRouteTable(String currentRouteTable)
The resource ID of the current route table that's associated with the subnet, if one is available.
|
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
expectedRouteTable(String expectedRouteTable)
The resource ID of the route table that should be associated with the subnet.
|
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
violationTarget(String violationTarget)
The ID of the third-party firewall or VPC resource that's causing the violation.
|
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
vpc(String vpc)
The resource ID of the VPC associated with a fireawll subnet that's causing the violation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThirdPartyFirewallMissingExpectedRouteTableViolation.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.ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder vpc(String vpc)
The resource ID of the VPC associated with a fireawll subnet that's causing the violation.
vpc - The resource ID of the VPC associated with a fireawll subnet that's causing the violation.ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder availabilityZone(String availabilityZone)
The Availability Zone of the firewall subnet that's causing the violation.
availabilityZone - The Availability Zone of the firewall subnet that's causing the violation.ThirdPartyFirewallMissingExpectedRouteTableViolation.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.ThirdPartyFirewallMissingExpectedRouteTableViolation.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.