Interface NetworkFirewallMissingExpectedRTViolation.Builder

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

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

    • violationTarget

      The ID of the Network Firewall or VPC resource that's in violation.

      Parameters:
      violationTarget - The ID of the Network Firewall or VPC resource that's in 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 violating subnet.

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

      NetworkFirewallMissingExpectedRTViolation.Builder availabilityZone(String availabilityZone)

      The Availability Zone of a violating subnet.

      Parameters:
      availabilityZone - The Availability Zone of a violating subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentRouteTable

      NetworkFirewallMissingExpectedRTViolation.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

      NetworkFirewallMissingExpectedRTViolation.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.