Interface ExecuteGremlinProfileQueryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ExecuteGremlinProfileQueryResponse.Builder,
,ExecuteGremlinProfileQueryResponse> NeptunedataResponse.Builder
,SdkBuilder<ExecuteGremlinProfileQueryResponse.Builder,
,ExecuteGremlinProfileQueryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ExecuteGremlinProfileQueryResponse
@Mutable
@NotThreadSafe
public static interface ExecuteGremlinProfileQueryResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<ExecuteGremlinProfileQueryResponse.Builder,ExecuteGremlinProfileQueryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA text blob containing the Gremlin Profile result.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
output
A text blob containing the Gremlin Profile result. See Gremlin profile API in Neptune for details.
- Parameters:
output
- A text blob containing the Gremlin Profile result. See Gremlin profile API in Neptune for details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-