public static interface GremlinQueryStatusAttributes.Builder extends SdkPojo, CopyableBuilder<GremlinQueryStatusAttributes.Builder,GremlinQueryStatusAttributes>
| Modifier and Type | Method and Description |
|---|---|
GremlinQueryStatusAttributes.Builder |
attributes(Document attributes)
Attributes of the Gremlin query status.
|
GremlinQueryStatusAttributes.Builder |
code(Integer code)
The HTTP response code returned fro the Gremlin query request..
|
GremlinQueryStatusAttributes.Builder |
message(String message)
The status message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGremlinQueryStatusAttributes.Builder message(String message)
The status message.
message - The status message.GremlinQueryStatusAttributes.Builder code(Integer code)
The HTTP response code returned fro the Gremlin query request..
code - The HTTP response code returned fro the Gremlin query request..GremlinQueryStatusAttributes.Builder attributes(Document attributes)
Attributes of the Gremlin query status.
attributes - Attributes of the Gremlin query status.Copyright © 2023. All rights reserved.