Interface GetPropertygraphSummaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetPropertygraphSummaryResponse.Builder,
,GetPropertygraphSummaryResponse> NeptunedataResponse.Builder
,SdkBuilder<GetPropertygraphSummaryResponse.Builder,
,GetPropertygraphSummaryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPropertygraphSummaryResponse
@Mutable
@NotThreadSafe
public static interface GetPropertygraphSummaryResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetPropertygraphSummaryResponse.Builder,GetPropertygraphSummaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionPayload containing the property graph summary response.payload
(PropertygraphSummaryValueMap payload) Payload containing the property graph summary response.statusCode
(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 Details
-
statusCode
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
Payload containing the property graph summary response.
- Parameters:
payload
- Payload containing the property graph summary response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
payload
default GetPropertygraphSummaryResponse.Builder payload(Consumer<PropertygraphSummaryValueMap.Builder> payload) Payload containing the property graph summary response.
This is a convenience method that creates an instance of thePropertygraphSummaryValueMap.Builder
avoiding the need to create one manually viaPropertygraphSummaryValueMap.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topayload(PropertygraphSummaryValueMap)
.- Parameters:
payload
- a consumer that will call methods onPropertygraphSummaryValueMap.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-