Interface BatchUnsuspendUserResponse.Builder

    • Method Detail

      • userErrors

        BatchUnsuspendUserResponse.Builder userErrors​(Collection<UserError> userErrors)

        If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

        Parameters:
        userErrors - If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userErrors

        BatchUnsuspendUserResponse.Builder userErrors​(UserError... userErrors)

        If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

        Parameters:
        userErrors - If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.