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