Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.CreatePrivateGraphEndpointRequest.Builder
-
Packages that use CreatePrivateGraphEndpointRequest.Builder Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.model -
-
Uses of CreatePrivateGraphEndpointRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type CreatePrivateGraphEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePrivateGraphEndpointResponse>NeptuneGraphAsyncClient. createPrivateGraphEndpoint(Consumer<CreatePrivateGraphEndpointRequest.Builder> createPrivateGraphEndpointRequest)Create a private graph endpoint to allow private access from to the graph from within a VPC.default CreatePrivateGraphEndpointResponseNeptuneGraphClient. createPrivateGraphEndpoint(Consumer<CreatePrivateGraphEndpointRequest.Builder> createPrivateGraphEndpointRequest)Create a private graph endpoint to allow private access from to the graph from within a VPC. -
Uses of CreatePrivateGraphEndpointRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return CreatePrivateGraphEndpointRequest.Builder Modifier and Type Method Description static CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest. builder()CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest.Builder. graphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest.Builder. subnetIds(String... subnetIds)Subnets in which private graph endpoint ENIs are created.CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest.Builder. subnetIds(Collection<String> subnetIds)Subnets in which private graph endpoint ENIs are created.CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest. toBuilder()CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest.Builder. vpcId(String vpcId)The VPC in which the private graph endpoint needs to be created.CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest.Builder. vpcSecurityGroupIds(String... vpcSecurityGroupIds)Security groups to be attached to the private graph endpoint..CreatePrivateGraphEndpointRequest.BuilderCreatePrivateGraphEndpointRequest.Builder. vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)Security groups to be attached to the private graph endpoint..Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type CreatePrivateGraphEndpointRequest.Builder Modifier and Type Method Description static Class<? extends CreatePrivateGraphEndpointRequest.Builder>CreatePrivateGraphEndpointRequest. serializableBuilderClass()
-