public static interface GetRdfGraphSummaryResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetRdfGraphSummaryResponse.Builder,GetRdfGraphSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRdfGraphSummaryResponse.Builder |
payload(Consumer<RDFGraphSummaryValueMap.Builder> payload)
Payload for an RDF graph summary response
|
GetRdfGraphSummaryResponse.Builder |
payload(RDFGraphSummaryValueMap payload)
Payload for an RDF graph summary response
|
GetRdfGraphSummaryResponse.Builder |
statusCode(Integer statusCodeValue)
The HTTP return code of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRdfGraphSummaryResponse.Builder statusCode(Integer statusCodeValue)
The HTTP return code of the request. If the request succeeded, the code is 200.
statusCodeValue - The HTTP return code of the request. If the request succeeded, the code is 200.GetRdfGraphSummaryResponse.Builder payload(RDFGraphSummaryValueMap payload)
Payload for an RDF graph summary response
payload - Payload for an RDF graph summary responsedefault GetRdfGraphSummaryResponse.Builder payload(Consumer<RDFGraphSummaryValueMap.Builder> payload)
Payload for an RDF graph summary response
This is a convenience method that creates an instance of theRDFGraphSummaryValueMap.Builder avoiding
the need to create one manually via RDFGraphSummaryValueMap.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to payload(RDFGraphSummaryValueMap).
payload - a consumer that will call methods on RDFGraphSummaryValueMap.Builderpayload(RDFGraphSummaryValueMap)Copyright © 2023. All rights reserved.