public static interface PropertygraphSummaryValueMap.Builder extends SdkPojo, CopyableBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>
| Modifier and Type | Method and Description |
|---|---|
default PropertygraphSummaryValueMap.Builder |
graphSummary(Consumer<PropertygraphSummary.Builder> graphSummary)
The graph summary.
|
PropertygraphSummaryValueMap.Builder |
graphSummary(PropertygraphSummary graphSummary)
The graph summary.
|
PropertygraphSummaryValueMap.Builder |
lastStatisticsComputationTime(Instant lastStatisticsComputationTime)
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
|
PropertygraphSummaryValueMap.Builder |
version(String version)
The version of this graph summary response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertygraphSummaryValueMap.Builder version(String version)
The version of this graph summary response.
version - The version of this graph summary response.PropertygraphSummaryValueMap.Builder lastStatisticsComputationTime(Instant lastStatisticsComputationTime)
The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
lastStatisticsComputationTime - The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.PropertygraphSummaryValueMap.Builder graphSummary(PropertygraphSummary graphSummary)
The graph summary.
graphSummary - The graph summary.default PropertygraphSummaryValueMap.Builder graphSummary(Consumer<PropertygraphSummary.Builder> graphSummary)
The graph summary.
This is a convenience method that creates an instance of thePropertygraphSummary.Builder avoiding
the need to create one manually via PropertygraphSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to graphSummary(PropertygraphSummary).
graphSummary - a consumer that will call methods on PropertygraphSummary.BuildergraphSummary(PropertygraphSummary)Copyright © 2023. All rights reserved.