Interface EventActor.Builder

  • Method Details

    • type

      The type of actor, either USER or SYSTEM.

      Parameters:
      type - The type of actor, either USER or SYSTEM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of actor, either USER or SYSTEM.

      Parameters:
      type - The type of actor, either USER or SYSTEM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • principalId

      EventActor.Builder principalId(String principalId)

      The principal ID of the actor.

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

      EventActor.Builder accountId(String accountId)

      The AWS account ID of the actor.

      Parameters:
      accountId - The AWS account ID of the actor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userName

      EventActor.Builder userName(String userName)

      The user name of the actor.

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