Interface UserAccount.Builder

    • Method Detail

      • uid

        UserAccount.Builder uid​(String uid)

        The unique identifier of the user account involved in the attack sequence.

        Parameters:
        uid - The unique identifier of the user account involved in the attack sequence.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UserAccount.Builder name​(String name)

        The name of the user account involved in the attack sequence.

        Parameters:
        name - The name of the user account involved in the attack sequence.
        Returns:
        Returns a reference to this object so that method calls can be chained together.