Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.neptunegraph.CfnGraphMixinProps.Builder
Packages that use CfnGraphMixinProps.Builder
-
Uses of CfnGraphMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.neptunegraph
Methods in software.amazon.awscdk.cfnpropertymixins.services.neptunegraph that return CfnGraphMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnGraphMixinProps.BuilderCfnGraphMixinProps.builder()CfnGraphMixinProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofCfnGraphMixinProps.getDeletionProtection()CfnGraphMixinProps.Builder.deletionProtection(IResolvable deletionProtection) Sets the value ofCfnGraphMixinProps.getDeletionProtection()Sets the value ofCfnGraphMixinProps.getGraphName()CfnGraphMixinProps.Builder.provisionedMemory(Number provisionedMemory) Sets the value ofCfnGraphMixinProps.getProvisionedMemory()CfnGraphMixinProps.Builder.publicConnectivity(Boolean publicConnectivity) Sets the value ofCfnGraphMixinProps.getPublicConnectivity()CfnGraphMixinProps.Builder.publicConnectivity(IResolvable publicConnectivity) Sets the value ofCfnGraphMixinProps.getPublicConnectivity()CfnGraphMixinProps.Builder.replicaCount(Number replicaCount) Sets the value ofCfnGraphMixinProps.getReplicaCount()Sets the value ofCfnGraphMixinProps.getTags()CfnGraphMixinProps.Builder.vectorSearchConfiguration(CfnGraphPropsMixin.VectorSearchConfigurationProperty vectorSearchConfiguration) Sets the value ofCfnGraphMixinProps.getVectorSearchConfiguration()CfnGraphMixinProps.Builder.vectorSearchConfiguration(IResolvable vectorSearchConfiguration) Sets the value ofCfnGraphMixinProps.getVectorSearchConfiguration()Constructors in software.amazon.awscdk.cfnpropertymixins.services.neptunegraph with parameters of type CfnGraphMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnGraphMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGraphMixinProps.Builder.