Interface Actor.Builder

    • Method Detail

      • id

        Actor.Builder id​(String id)

        The ID of the threat actor.

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

        Actor.Builder user​(ActorUser 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​(ActorSession 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.