Class CfnPrivateGraphEndpoint.Builder
java.lang.Object
software.amazon.awscdk.services.neptunegraph.CfnPrivateGraphEndpoint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPrivateGraphEndpoint>
- Enclosing class:
CfnPrivateGraphEndpoint
@Stability(Stable)
public static final class CfnPrivateGraphEndpoint.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPrivateGraphEndpoint>
A fluent builder for
CfnPrivateGraphEndpoint
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
graphIdentifier
(String graphIdentifier) The unique identifier of the Neptune Analytics graph.securityGroupIds
(List<String> securityGroupIds) Security groups to be attached to the private graph endpoint..Subnets in which private graph endpoint ENIs are created.The VPC in which the private graph endpoint needs to be created.
-
Method Details
-
create
@Stability(Stable) public static CfnPrivateGraphEndpoint.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnPrivateGraphEndpoint.Builder
.
-
graphIdentifier
The unique identifier of the Neptune Analytics graph.- Parameters:
graphIdentifier
- The unique identifier of the Neptune Analytics graph. This parameter is required.- Returns:
this
- See Also:
-
vpcId
The VPC in which the private graph endpoint needs to be created.- Parameters:
vpcId
- The VPC in which the private graph endpoint needs to be created. This parameter is required.- Returns:
this
- See Also:
-
securityGroupIds
@Stability(Stable) public CfnPrivateGraphEndpoint.Builder securityGroupIds(List<String> securityGroupIds) Security groups to be attached to the private graph endpoint..- Parameters:
securityGroupIds
- Security groups to be attached to the private graph endpoint.. This parameter is required.- Returns:
this
- See Also:
-
subnetIds
Subnets in which private graph endpoint ENIs are created.- Parameters:
subnetIds
- Subnets in which private graph endpoint ENIs are created. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPrivateGraphEndpoint>
- Returns:
- a newly built instance of
CfnPrivateGraphEndpoint
.
-