Interface ActorUser.Builder

    • Method Detail

      • name

        ActorUser.Builder name​(String name)

        The name of the threat actor.

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

        ActorUser.Builder uid​(String uid)

        The unique identifier of the threat actor.

        Parameters:
        uid - The unique identifier of the threat actor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ActorUser.Builder type​(String type)

        The type of user.

        Parameters:
        type - The type of user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • credentialUid

        ActorUser.Builder credentialUid​(String credentialUid)

        Unique identifier of the threat actor’s user credentials.

        Parameters:
        credentialUid - Unique identifier of the threat actor’s user credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • account

        ActorUser.Builder account​(UserAccount account)

        The account of the threat actor.

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