Interface InvalidNetworkAclEntriesViolation.Builder

    • Method Detail

      • vpc

        InvalidNetworkAclEntriesViolation.Builder vpc​(String vpc)

        The VPC where the violation was found.

        Parameters:
        vpc - The VPC where the violation was found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnet

        InvalidNetworkAclEntriesViolation.Builder subnet​(String subnet)

        The subnet that's associated with the network ACL.

        Parameters:
        subnet - The subnet that's associated with the network ACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetAvailabilityZone

        InvalidNetworkAclEntriesViolation.Builder subnetAvailabilityZone​(String subnetAvailabilityZone)

        The Availability Zone where the network ACL is in use.

        Parameters:
        subnetAvailabilityZone - The Availability Zone where the network ACL is in use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currentAssociatedNetworkAcl

        InvalidNetworkAclEntriesViolation.Builder currentAssociatedNetworkAcl​(String currentAssociatedNetworkAcl)

        The network ACL containing the entry violations.

        Parameters:
        currentAssociatedNetworkAcl - The network ACL containing the entry violations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryViolations

        InvalidNetworkAclEntriesViolation.Builder entryViolations​(Collection<EntryViolation> entryViolations)

        Detailed information about the entry violations in the network ACL.

        Parameters:
        entryViolations - Detailed information about the entry violations in the network ACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryViolations

        InvalidNetworkAclEntriesViolation.Builder entryViolations​(EntryViolation... entryViolations)

        Detailed information about the entry violations in the network ACL.

        Parameters:
        entryViolations - Detailed information about the entry violations in the network ACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.