Class CfnPrivateGraphEndpointPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.neptunegraph.CfnPrivateGraphEndpointPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPrivateGraphEndpointPropsMixin>
- Enclosing class:
CfnPrivateGraphEndpointPropsMixin
@Stability(Stable)
public static final class CfnPrivateGraphEndpointPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPrivateGraphEndpointPropsMixin>
A fluent builder for
CfnPrivateGraphEndpointPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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 CfnPrivateGraphEndpointPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPrivateGraphEndpointPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPrivateGraphEndpointPropsMixin.Builder.
-
graphIdentifier
@Stability(Stable) public CfnPrivateGraphEndpointPropsMixin.Builder graphIdentifier(String 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:
-
securityGroupIds
@Stability(Stable) public CfnPrivateGraphEndpointPropsMixin.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
@Stability(Stable) public CfnPrivateGraphEndpointPropsMixin.Builder subnetIds(List<String> 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:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPrivateGraphEndpointPropsMixin>- Returns:
- a newly built instance of
CfnPrivateGraphEndpointPropsMixin.
-