Interface FindingActor.Builder

    • Method Detail

      • domainDetails

        FindingActor.Builder domainDetails​(DomainDetails domainDetails)

        The domain name of the device that the entity used to perform the action on the affected resource.

        Parameters:
        domainDetails - The domain name of the device that the entity used to perform the action on the affected resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddressDetails

        FindingActor.Builder ipAddressDetails​(IpAddressDetails ipAddressDetails)

        The IP address and related details about the device that the entity used to perform the action on the affected resource. The details can include information such as the owner and geographic location of the IP address.

        Parameters:
        ipAddressDetails - The IP address and related details about the device that the entity used to perform the action on the affected resource. The details can include information such as the owner and geographic location of the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userIdentity

        FindingActor.Builder userIdentity​(UserIdentity userIdentity)

        The type and other characteristics of the entity that performed the action on the affected resource. This value is null if the action was performed by an anonymous (unauthenticated) entity.

        Parameters:
        userIdentity - The type and other characteristics of the entity that performed the action on the affected resource. This value is null if the action was performed by an anonymous (unauthenticated) entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.