public static interface GetSparqlStatisticsResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetSparqlStatisticsResponse.Builder,GetSparqlStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSparqlStatisticsResponse.Builder |
payload(Consumer<Statistics.Builder> payload)
Statistics for RDF data.
|
GetSparqlStatisticsResponse.Builder |
payload(Statistics payload)
Statistics for RDF data.
|
GetSparqlStatisticsResponse.Builder |
status(String status)
The HTTP return code of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSparqlStatisticsResponse.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.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
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.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetStatisticsStatus IAM action in that cluster.
GetSparqlStatisticsResponse.Builder payload(Statistics payload)
Statistics for RDF data.
payload - Statistics for RDF data.default GetSparqlStatisticsResponse.Builder payload(Consumer<Statistics.Builder> payload)
Statistics for RDF 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.