Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.RestoreGraphFromSnapshotRequest.Builder
-
Packages that use RestoreGraphFromSnapshotRequest.Builder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.model -
-
Uses of RestoreGraphFromSnapshotRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type RestoreGraphFromSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<RestoreGraphFromSnapshotResponse>NeptuneGraphAsyncClient. restoreGraphFromSnapshot(Consumer<RestoreGraphFromSnapshotRequest.Builder> restoreGraphFromSnapshotRequest)Restores a graph from a snapshot.default RestoreGraphFromSnapshotResponseNeptuneGraphClient. restoreGraphFromSnapshot(Consumer<RestoreGraphFromSnapshotRequest.Builder> restoreGraphFromSnapshotRequest)Restores a graph from a snapshot. -
Uses of RestoreGraphFromSnapshotRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return RestoreGraphFromSnapshotRequest.Builder Modifier and Type Method Description static RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest. builder()RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. deletionProtection(Boolean deletionProtection)A value that indicates whether the graph has deletion protection enabled.RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. graphName(String graphName)A name for the new Neptune Analytics graph to be created from the snapshot.RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. provisionedMemory(Integer provisionedMemory)The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. publicConnectivity(Boolean publicConnectivity)Specifies whether or not the graph can be reachable over the internet.RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. replicaCount(Integer replicaCount)The number of replicas in other AZs.RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. snapshotIdentifier(String snapshotIdentifier)The ID of the snapshot in question.RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest.Builder. tags(Map<String,String> tags)Adds metadata tags to the snapshot.RestoreGraphFromSnapshotRequest.BuilderRestoreGraphFromSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type RestoreGraphFromSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends RestoreGraphFromSnapshotRequest.Builder>RestoreGraphFromSnapshotRequest. serializableBuilderClass()
-