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