Interface GetRdfGraphSummaryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRdfGraphSummaryResponse.Builder,GetRdfGraphSummaryResponse>,NeptunedataResponse.Builder,SdkBuilder<GetRdfGraphSummaryResponse.Builder,GetRdfGraphSummaryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRdfGraphSummaryResponse
public static interface GetRdfGraphSummaryResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetRdfGraphSummaryResponse.Builder,GetRdfGraphSummaryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetRdfGraphSummaryResponse.Builderpayload(Consumer<RDFGraphSummaryValueMap.Builder> payload)Payload for an RDF graph summary responseGetRdfGraphSummaryResponse.Builderpayload(RDFGraphSummaryValueMap payload)Payload for an RDF graph summary responseGetRdfGraphSummaryResponse.BuilderstatusCode(Integer statusCodeValue)The HTTP return code of the request.-
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 Detail
-
statusCode
GetRdfGraphSummaryResponse.Builder statusCode(Integer statusCodeValue)
The HTTP return code of the request. If the request succeeded, the code is 200.
- Parameters:
statusCodeValue- The HTTP return code of the request. If the request succeeded, the code is 200.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
payload
GetRdfGraphSummaryResponse.Builder payload(RDFGraphSummaryValueMap payload)
Payload for an RDF graph summary response
- Parameters:
payload- Payload for an RDF graph summary response- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
payload
default 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.Builderavoiding the need to create one manually viaRDFGraphSummaryValueMap.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topayload(RDFGraphSummaryValueMap).- Parameters:
payload- a consumer that will call methods onRDFGraphSummaryValueMap.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
payload(RDFGraphSummaryValueMap)
-
-