Interface Actor.Builder

    • Method Detail

      • id

        Actor.Builder id​(String id)

        ID of the threat actor.

        Parameters:
        id - ID of the threat actor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • user

        Actor.Builder user​(User user)

        Contains information about the user credentials used by the threat actor.

        Parameters:
        user - Contains information about the user credentials used by the threat actor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • session

        Actor.Builder session​(Session session)

        Contains information about the user session where the activity initiated.

        Parameters:
        session - Contains information about the user session where the activity initiated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.