Interface PropertygraphSummaryValueMap.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>,SdkBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>,SdkPojo
- Enclosing class:
- PropertygraphSummaryValueMap
public static interface PropertygraphSummaryValueMap.Builder extends SdkPojo, CopyableBuilder<PropertygraphSummaryValueMap.Builder,PropertygraphSummaryValueMap>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PropertygraphSummaryValueMap.BuildergraphSummary(Consumer<PropertygraphSummary.Builder> graphSummary)The graph summary.PropertygraphSummaryValueMap.BuildergraphSummary(PropertygraphSummary graphSummary)The graph summary.PropertygraphSummaryValueMap.BuilderlastStatisticsComputationTime(Instant lastStatisticsComputationTime)The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.PropertygraphSummaryValueMap.Builderversion(String version)The version of this graph summary response.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
version
PropertygraphSummaryValueMap.Builder version(String version)
The 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.
-
lastStatisticsComputationTime
PropertygraphSummaryValueMap.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.
-
graphSummary
PropertygraphSummaryValueMap.Builder graphSummary(PropertygraphSummary graphSummary)
The graph summary.
- Parameters:
graphSummary- The graph summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
graphSummary
default PropertygraphSummaryValueMap.Builder graphSummary(Consumer<PropertygraphSummary.Builder> graphSummary)
The graph summary.
This is a convenience method that creates an instance of thePropertygraphSummary.Builderavoiding the need to create one manually viaPropertygraphSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tographSummary(PropertygraphSummary).- Parameters:
graphSummary- a consumer that will call methods onPropertygraphSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
graphSummary(PropertygraphSummary)
-
-