Interface UserAccount.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UserAccount.Builder,UserAccount>, SdkBuilder<UserAccount.Builder,UserAccount>, SdkPojo
Enclosing class:
UserAccount

public static interface UserAccount.Builder extends SdkPojo, CopyableBuilder<UserAccount.Builder,UserAccount>
  • Method Details

    • 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

      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.