Interface ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder,ThirdPartyFirewallMissingExpectedRouteTableViolation>, SdkBuilder<ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder,ThirdPartyFirewallMissingExpectedRouteTableViolation>, SdkPojo
Enclosing class:
ThirdPartyFirewallMissingExpectedRouteTableViolation

public static interface ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder extends SdkPojo, CopyableBuilder<ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder,ThirdPartyFirewallMissingExpectedRouteTableViolation>
  • Method Details

    • violationTarget

      The ID of the third-party firewall or VPC resource that's causing the violation.

      Parameters:
      violationTarget - The ID of the third-party firewall or VPC resource that's causing the violation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpc

      The resource ID of the VPC associated with a fireawll subnet that's causing the violation.

      Parameters:
      vpc - The resource ID of the VPC associated with a fireawll subnet that's causing the violation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZone

      The Availability Zone of the firewall subnet that's causing the violation.

      Parameters:
      availabilityZone - The Availability Zone of the firewall subnet that's causing the violation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentRouteTable

      The resource ID of the current route table that's associated with the subnet, if one is available.

      Parameters:
      currentRouteTable - The resource ID of the current route table that's associated with the subnet, if one is available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expectedRouteTable

      The resource ID of the route table that should be associated with the subnet.

      Parameters:
      expectedRouteTable - The resource ID of the route table that should be associated with the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.