| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static RDFGraphSummary.Builder |
RDFGraphSummary.builder() |
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.classes(Collection<String> classes)
A list of the classes in the graph.
|
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.classes(String... classes)
A list of the classes in the graph.
|
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.numClasses(Long numClasses)
The number of classes in the graph.
|
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.numDistinctPredicates(Long numDistinctPredicates)
The number of distinct predicates in the graph.
|
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.numDistinctSubjects(Long numDistinctSubjects)
The number of distinct subjects in the graph.
|
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.numQuads(Long numQuads)
The number of quads in the graph.
|
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.predicates(Collection<? extends Map<String,Long>> predicates)
"A list of predicates in the graph, along with the predicate counts.
|
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.predicates(Map<String,Long>... predicates)
"A list of predicates in the graph, along with the predicate counts.
|
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.subjectStructures(Collection<SubjectStructure> subjectStructures)
This field is only present when the request mode is
DETAILED. |
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.subjectStructures(Consumer<SubjectStructure.Builder>... subjectStructures)
This field is only present when the request mode is
DETAILED. |
RDFGraphSummary.Builder |
RDFGraphSummary.Builder.subjectStructures(SubjectStructure... subjectStructures)
This field is only present when the request mode is
DETAILED. |
RDFGraphSummary.Builder |
RDFGraphSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RDFGraphSummary.Builder> |
RDFGraphSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RDFGraphSummaryValueMap.Builder |
RDFGraphSummaryValueMap.Builder.graphSummary(Consumer<RDFGraphSummary.Builder> graphSummary)
The graph summary of an RDF graph.
|
Copyright © 2023. All rights reserved.