Interface UserIdentity.Builder

  • Method Details

    • userType

      UserIdentity.Builder userType(String userType)

      The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.

      Parameters:
      userType - The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userType

      UserIdentity.Builder userType(UserType userType)

      The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.

      Parameters:
      userType - The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • principalId

      UserIdentity.Builder principalId(String principalId)

      The ID of the Amazon CodeCatalyst service principal.

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

      UserIdentity.Builder userName(String userName)

      The display name of the user in Amazon CodeCatalyst.

      Parameters:
      userName - The display name of the user in Amazon CodeCatalyst.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsAccountId

      UserIdentity.Builder awsAccountId(String awsAccountId)

      The Amazon Web Services account number of the user in Amazon Web Services, if any.

      Parameters:
      awsAccountId - The Amazon Web Services account number of the user in Amazon Web Services, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.