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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusCodeThe 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.
 
- 
payloadPayload 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.
 
- 
payloaddefault 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.Builderavoiding the need to create one manually viaPropertygraphSummaryValueMap.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topayload(PropertygraphSummaryValueMap).- Parameters:
- payload- a consumer that will call methods on- PropertygraphSummaryValueMap.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-