Uses of Class
software.amazon.awscdk.services.neptunegraph.CfnGraph.Builder
Packages that use CfnGraph.Builder
Package
Description
AWS::NeptuneGraph Construct Library
- 
Uses of CfnGraph.Builder in software.amazon.awscdk.services.neptunegraph
Methods in software.amazon.awscdk.services.neptunegraph that return CfnGraph.BuilderModifier and TypeMethodDescriptionstatic CfnGraph.BuilderCfnGraph.Builder.deletionProtection(Boolean deletionProtection) A value that indicates whether the graph has deletion protection enabled.CfnGraph.Builder.deletionProtection(IResolvable deletionProtection) A value that indicates whether the graph has deletion protection enabled.The graph name.CfnGraph.Builder.provisionedMemory(Number provisionedMemory) The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.CfnGraph.Builder.publicConnectivity(Boolean publicConnectivity) Specifies whether or not the graph can be reachable over the internet.CfnGraph.Builder.publicConnectivity(IResolvable publicConnectivity) Specifies whether or not the graph can be reachable over the internet.CfnGraph.Builder.replicaCount(Number replicaCount) The number of replicas in other AZs.Adds metadata tags to the new graph.CfnGraph.Builder.vectorSearchConfiguration(IResolvable vectorSearchConfiguration) Specifies the number of dimensions for vector embeddings that will be loaded into the graph.CfnGraph.Builder.vectorSearchConfiguration(CfnGraph.VectorSearchConfigurationProperty vectorSearchConfiguration) Specifies the number of dimensions for vector embeddings that will be loaded into the graph.