Uses of Class
software.amazon.awscdk.services.neptunegraph.CfnPrivateGraphEndpoint.Builder
Packages that use CfnPrivateGraphEndpoint.Builder
Package
Description
AWS::NeptuneGraph Construct Library
-
Uses of CfnPrivateGraphEndpoint.Builder in software.amazon.awscdk.services.neptunegraph
Methods in software.amazon.awscdk.services.neptunegraph that return CfnPrivateGraphEndpoint.BuilderModifier and TypeMethodDescriptionCfnPrivateGraphEndpoint.Builder.graphIdentifier(String graphIdentifier) The auto-generated Graph Id assigned by the service.CfnPrivateGraphEndpoint.Builder.securityGroupIds(List<String> securityGroupIds) The security group Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.The subnet Ids associated with the VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.The VPC where you want the private graph endpoint to be created, ie, the graph will be reachable from within the VPC.