public static interface GetPropertygraphStatisticsResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetPropertygraphStatisticsResponse.Builder,GetPropertygraphStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPropertygraphStatisticsResponse.Builder |
payload(Consumer<Statistics.Builder> payload)
Statistics for property-graph data.
|
GetPropertygraphStatisticsResponse.Builder |
payload(Statistics payload)
Statistics for property-graph data.
|
GetPropertygraphStatisticsResponse.Builder |
status(String status)
The HTTP return code of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPropertygraphStatisticsResponse.Builder status(String status)
The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.
status - The HTTP return code of the request. If the request succeeded, the code is 200. See Common error codes for DFE statistics request for a list of common errors.GetPropertygraphStatisticsResponse.Builder payload(Statistics payload)
Statistics for property-graph data.
payload - Statistics for property-graph data.default GetPropertygraphStatisticsResponse.Builder payload(Consumer<Statistics.Builder> payload)
Statistics for property-graph data.
This is a convenience method that creates an instance of theStatistics.Builder avoiding the need to
create one manually via Statistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to payload(Statistics).
payload - a consumer that will call methods on Statistics.Builderpayload(Statistics)Copyright © 2023. All rights reserved.