Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.UpdateGraphRequest.Builder
-
Packages that use UpdateGraphRequest.Builder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type.software.amazon.awssdk.services.neptunegraph.model -
-
Uses of UpdateGraphRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type UpdateGraphRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGraphResponse>NeptuneGraphAsyncClient. updateGraph(Consumer<UpdateGraphRequest.Builder> updateGraphRequest)Updates the configuration of a specified Neptune Analytics graphdefault UpdateGraphResponseNeptuneGraphClient. updateGraph(Consumer<UpdateGraphRequest.Builder> updateGraphRequest)Updates the configuration of a specified Neptune Analytics graph -
Uses of UpdateGraphRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return UpdateGraphRequest.Builder Modifier and Type Method Description static UpdateGraphRequest.BuilderUpdateGraphRequest. builder()UpdateGraphRequest.BuilderUpdateGraphRequest.Builder. deletionProtection(Boolean deletionProtection)A value that indicates whether the graph has deletion protection enabled.UpdateGraphRequest.BuilderUpdateGraphRequest.Builder. graphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.UpdateGraphRequest.BuilderUpdateGraphRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGraphRequest.BuilderUpdateGraphRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGraphRequest.BuilderUpdateGraphRequest.Builder. provisionedMemory(Integer provisionedMemory)The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.UpdateGraphRequest.BuilderUpdateGraphRequest.Builder. publicConnectivity(Boolean publicConnectivity)Specifies whether or not the graph can be reachable over the internet.UpdateGraphRequest.BuilderUpdateGraphRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type UpdateGraphRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGraphRequest.Builder>UpdateGraphRequest. serializableBuilderClass()
-