Interface RDFGraphSummaryValueMap.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RDFGraphSummaryValueMap.Builder,,- RDFGraphSummaryValueMap> - SdkBuilder<RDFGraphSummaryValueMap.Builder,,- RDFGraphSummaryValueMap> - SdkPojo
- Enclosing class:
- RDFGraphSummaryValueMap
@Mutable
@NotThreadSafe
public static interface RDFGraphSummaryValueMap.Builder
extends SdkPojo, CopyableBuilder<RDFGraphSummaryValueMap.Builder,RDFGraphSummaryValueMap> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault RDFGraphSummaryValueMap.BuildergraphSummary(Consumer<RDFGraphSummary.Builder> graphSummary) The graph summary of an RDF graph.graphSummary(RDFGraphSummary graphSummary) The graph summary of an RDF graph.lastStatisticsComputationTime(Instant lastStatisticsComputationTime) The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.The version of this graph summary response.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
versionThe version of this graph summary response. - Parameters:
- version- The version of this graph summary response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastStatisticsComputationTimeRDFGraphSummaryValueMap.Builder lastStatisticsComputationTime(Instant lastStatisticsComputationTime) The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics. - Parameters:
- lastStatisticsComputationTime- The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
graphSummaryThe graph summary of an RDF graph. See Graph summary response for an RDF graph. - Parameters:
- graphSummary- The graph summary of an RDF graph. See Graph summary response for an RDF graph.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
graphSummarydefault 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.Builderavoiding the need to create one manually viaRDFGraphSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tographSummary(RDFGraphSummary).- Parameters:
- graphSummary- a consumer that will call methods on- RDFGraphSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-