Interface BatchDeleteFeaturedResultsSetError.Builder

    • Method Detail

      • id

        BatchDeleteFeaturedResultsSetError.Builder id​(String id)

        The identifier of the set of featured results that couldn't be removed from the index.

        Parameters:
        id - The identifier of the set of featured results that couldn't be removed from the index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorCode

        BatchDeleteFeaturedResultsSetError.Builder errorCode​(String errorCode)

        The error code for why the set of featured results couldn't be removed from the index.

        Parameters:
        errorCode - The error code for why the set of featured results couldn't be removed from the index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorCode

        BatchDeleteFeaturedResultsSetError.Builder errorCode​(ErrorCode errorCode)

        The error code for why the set of featured results couldn't be removed from the index.

        Parameters:
        errorCode - The error code for why the set of featured results couldn't be removed from the index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ErrorCode, ErrorCode
      • errorMessage

        BatchDeleteFeaturedResultsSetError.Builder errorMessage​(String errorMessage)

        An explanation for why the set of featured results couldn't be removed from the index.

        Parameters:
        errorMessage - An explanation for why the set of featured results couldn't be removed from the index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.