Interface ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder

    • Method Detail

      • violationTarget

        ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder violationTarget​(String 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

        ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder vpc​(String 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

        ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder availabilityZone​(String 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

        ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder currentRouteTable​(String 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

        ThirdPartyFirewallMissingExpectedRouteTableViolation.Builder expectedRouteTable​(String 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.