Interface GetPropertygraphSummaryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPropertygraphSummaryResponse.Builder,GetPropertygraphSummaryResponse>,NeptunedataResponse.Builder,SdkBuilder<GetPropertygraphSummaryResponse.Builder,GetPropertygraphSummaryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPropertygraphSummaryResponse
public static interface GetPropertygraphSummaryResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetPropertygraphSummaryResponse.Builder,GetPropertygraphSummaryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetPropertygraphSummaryResponse.Builderpayload(Consumer<PropertygraphSummaryValueMap.Builder> payload)Payload containing the property graph summary response.GetPropertygraphSummaryResponse.Builderpayload(PropertygraphSummaryValueMap payload)Payload containing the property graph summary response.GetPropertygraphSummaryResponse.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
GetPropertygraphSummaryResponse.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
GetPropertygraphSummaryResponse.Builder payload(PropertygraphSummaryValueMap 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.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 onPropertygraphSummaryValueMap.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
payload(PropertygraphSummaryValueMap)
-
-