Interface EntryViolation.Builder

    • Method Detail

      • expectedEntry

        EntryViolation.Builder expectedEntry​(EntryDescription expectedEntry)

        The Firewall Manager-managed network ACL entry that is involved in the entry violation.

        Parameters:
        expectedEntry - The Firewall Manager-managed network ACL entry that is involved in the entry violation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expectedEvaluationOrder

        EntryViolation.Builder expectedEvaluationOrder​(String expectedEvaluationOrder)

        The evaluation location within the ordered list of entries where the ExpectedEntry should be, according to the network ACL policy specifications.

        Parameters:
        expectedEvaluationOrder - The evaluation location within the ordered list of entries where the ExpectedEntry should be, according to the network ACL policy specifications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actualEvaluationOrder

        EntryViolation.Builder actualEvaluationOrder​(String actualEvaluationOrder)

        The evaluation location within the ordered list of entries where the ExpectedEntry is currently located.

        Parameters:
        actualEvaluationOrder - The evaluation location within the ordered list of entries where the ExpectedEntry is currently located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryAtExpectedEvaluationOrder

        EntryViolation.Builder entryAtExpectedEvaluationOrder​(EntryDescription entryAtExpectedEvaluationOrder)

        The entry that's currently in the ExpectedEvaluationOrder location, in place of the expected entry.

        Parameters:
        entryAtExpectedEvaluationOrder - The entry that's currently in the ExpectedEvaluationOrder location, in place of the expected entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entriesWithConflicts

        EntryViolation.Builder entriesWithConflicts​(Collection<EntryDescription> entriesWithConflicts)

        The list of entries that are in conflict with ExpectedEntry.

        Parameters:
        entriesWithConflicts - The list of entries that are in conflict with ExpectedEntry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entriesWithConflicts

        EntryViolation.Builder entriesWithConflicts​(EntryDescription... entriesWithConflicts)

        The list of entries that are in conflict with ExpectedEntry.

        Parameters:
        entriesWithConflicts - The list of entries that are in conflict with ExpectedEntry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryViolationReasonsWithStrings

        EntryViolation.Builder entryViolationReasonsWithStrings​(Collection<String> entryViolationReasons)

        Descriptions of the violations that Firewall Manager found for these entries.

        Parameters:
        entryViolationReasons - Descriptions of the violations that Firewall Manager found for these entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryViolationReasonsWithStrings

        EntryViolation.Builder entryViolationReasonsWithStrings​(String... entryViolationReasons)

        Descriptions of the violations that Firewall Manager found for these entries.

        Parameters:
        entryViolationReasons - Descriptions of the violations that Firewall Manager found for these entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryViolationReasons

        EntryViolation.Builder entryViolationReasons​(Collection<EntryViolationReason> entryViolationReasons)

        Descriptions of the violations that Firewall Manager found for these entries.

        Parameters:
        entryViolationReasons - Descriptions of the violations that Firewall Manager found for these entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entryViolationReasons

        EntryViolation.Builder entryViolationReasons​(EntryViolationReason... entryViolationReasons)

        Descriptions of the violations that Firewall Manager found for these entries.

        Parameters:
        entryViolationReasons - Descriptions of the violations that Firewall Manager found for these entries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.