Interface GremlinQueryStatusAttributes.Builder

    • Method Detail

      • message

        GremlinQueryStatusAttributes.Builder message​(String message)

        The status message.

        Parameters:
        message - The status message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        GremlinQueryStatusAttributes.Builder code​(Integer code)

        The HTTP response code returned fro the Gremlin query request..

        Parameters:
        code - The HTTP response code returned fro the Gremlin query request..
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        GremlinQueryStatusAttributes.Builder attributes​(Document attributes)

        Attributes of the Gremlin query status.

        Parameters:
        attributes - Attributes of the Gremlin query status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.