Interface UnprocessedNamedQueryId.Builder

    • Method Detail

      • namedQueryId

        UnprocessedNamedQueryId.Builder namedQueryId​(String namedQueryId)

        The unique identifier of the named query.

        Parameters:
        namedQueryId - The unique identifier of the named query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorCode

        UnprocessedNamedQueryId.Builder errorCode​(String errorCode)

        The error code returned when the processing request for the named query failed, if applicable.

        Parameters:
        errorCode - The error code returned when the processing request for the named query failed, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        UnprocessedNamedQueryId.Builder errorMessage​(String errorMessage)

        The error message returned when the processing request for the named query failed, if applicable.

        Parameters:
        errorMessage - The error message returned when the processing request for the named query failed, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.