Interface DeleteNetworkAclEntriesAction.Builder

    • Method Detail

      • description

        DeleteNetworkAclEntriesAction.Builder description​(String description)

        Brief description of this remediation action.

        Parameters:
        description - Brief description of this remediation action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkAclId

        DeleteNetworkAclEntriesAction.Builder networkAclId​(ActionTarget networkAclId)

        The network ACL that's associated with the remediation action.

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

        DeleteNetworkAclEntriesAction.Builder networkAclEntriesToBeDeleted​(Collection<EntryDescription> networkAclEntriesToBeDeleted)

        Lists the entries that the remediation action would delete.

        Parameters:
        networkAclEntriesToBeDeleted - Lists the entries that the remediation action would delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkAclEntriesToBeDeleted

        DeleteNetworkAclEntriesAction.Builder networkAclEntriesToBeDeleted​(EntryDescription... networkAclEntriesToBeDeleted)

        Lists the entries that the remediation action would delete.

        Parameters:
        networkAclEntriesToBeDeleted - Lists the entries that the remediation action would delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fmsCanRemediate

        DeleteNetworkAclEntriesAction.Builder fmsCanRemediate​(Boolean fmsCanRemediate)

        Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.

        Parameters:
        fmsCanRemediate - Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.
        Returns:
        Returns a reference to this object so that method calls can be chained together.