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) Value that indicates whether the Graph has deletion protection enabled.CfnGraph.Builder.deletionProtection(IResolvable deletionProtection) Value that indicates whether the Graph has deletion protection enabled.Contains a user-supplied name for the Graph.CfnGraph.Builder.provisionedMemory(Number provisionedMemory) Memory for the Graph.CfnGraph.Builder.publicConnectivity(Boolean publicConnectivity) Specifies whether the Graph can be reached over the internet.CfnGraph.Builder.publicConnectivity(IResolvable publicConnectivity) Specifies whether the Graph can be reached over the internet.CfnGraph.Builder.replicaCount(Number replicaCount) Specifies the number of replicas you want when finished.The tags associated with this graph.CfnGraph.Builder.vectorSearchConfiguration(IResolvable vectorSearchConfiguration) The vector search configuration.CfnGraph.Builder.vectorSearchConfiguration(CfnGraph.VectorSearchConfigurationProperty vectorSearchConfiguration) The vector search configuration.