Interface GremlinQueryStatusAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GremlinQueryStatusAttributes.Builder,
,GremlinQueryStatusAttributes> SdkBuilder<GremlinQueryStatusAttributes.Builder,
,GremlinQueryStatusAttributes> SdkPojo
- Enclosing class:
GremlinQueryStatusAttributes
@Mutable
@NotThreadSafe
public static interface GremlinQueryStatusAttributes.Builder
extends SdkPojo, CopyableBuilder<GremlinQueryStatusAttributes.Builder,GremlinQueryStatusAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Document attributes) Attributes of the Gremlin query status.The HTTP response code returned fro the Gremlin query request..The status message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-