Uses of Interface
software.amazon.awssdk.services.neptunedata.model.PropertygraphSummaryValueMap.Builder
-
Packages that use PropertygraphSummaryValueMap.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of PropertygraphSummaryValueMap.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return PropertygraphSummaryValueMap.Builder Modifier and Type Method Description static PropertygraphSummaryValueMap.BuilderPropertygraphSummaryValueMap. builder()default PropertygraphSummaryValueMap.BuilderPropertygraphSummaryValueMap.Builder. graphSummary(Consumer<PropertygraphSummary.Builder> graphSummary)The graph summary.PropertygraphSummaryValueMap.BuilderPropertygraphSummaryValueMap.Builder. graphSummary(PropertygraphSummary graphSummary)The graph summary.PropertygraphSummaryValueMap.BuilderPropertygraphSummaryValueMap.Builder. lastStatisticsComputationTime(Instant lastStatisticsComputationTime)The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.PropertygraphSummaryValueMap.BuilderPropertygraphSummaryValueMap. toBuilder()PropertygraphSummaryValueMap.BuilderPropertygraphSummaryValueMap.Builder. version(String version)The version of this graph summary response.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type PropertygraphSummaryValueMap.Builder Modifier and Type Method Description static Class<? extends PropertygraphSummaryValueMap.Builder>PropertygraphSummaryValueMap. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.neptunedata.model with type arguments of type PropertygraphSummaryValueMap.Builder Modifier and Type Method Description default GetPropertygraphSummaryResponse.BuilderGetPropertygraphSummaryResponse.Builder. payload(Consumer<PropertygraphSummaryValueMap.Builder> payload)Payload containing the property graph summary response.
-