| Package | Description |
|---|---|
| software.amazon.awssdk.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder.availabilityZone(String availabilityZone)
The Availability Zone of the firewall subnet that's causing the violation.
|
static ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
ThirdPartyFirewallMissingExpectedRouteTableViolation.builder() |
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
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 |
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder.expectedRouteTable(String expectedRouteTable)
The resource ID of the route table that should be associated with the subnet.
|
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
ThirdPartyFirewallMissingExpectedRouteTableViolation.toBuilder() |
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder.violationTarget(String violationTarget)
The ID of the third-party firewall or VPC resource that's causing the violation.
|
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder |
ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder.vpc(String vpc)
The resource ID of the VPC associated with a fireawll subnet that's causing the violation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder> |
ThirdPartyFirewallMissingExpectedRouteTableViolation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceViolation.Builder |
ResourceViolation.Builder.thirdPartyFirewallMissingExpectedRouteTableViolation(Consumer<ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder> thirdPartyFirewallMissingExpectedRouteTableViolation)
The violation details for a third-party firewall that has the Firewall Manager managed route table that was
associated with the third-party firewall has been deleted.
|
Copyright © 2023. All rights reserved.