Class CfnPrivateGraphEndpointMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.neptunegraph.CfnPrivateGraphEndpointMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPrivateGraphEndpointMixinProps>
- Enclosing interface:
CfnPrivateGraphEndpointMixinProps
@Stability(Stable)
public static final class CfnPrivateGraphEndpointMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPrivateGraphEndpointMixinProps>
A builder for
CfnPrivateGraphEndpointMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.graphIdentifier(String graphIdentifier) Sets the value ofCfnPrivateGraphEndpointMixinProps.getGraphIdentifier()securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnPrivateGraphEndpointMixinProps.getSecurityGroupIds()Sets the value ofCfnPrivateGraphEndpointMixinProps.getSubnetIds()Sets the value ofCfnPrivateGraphEndpointMixinProps.getVpcId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
graphIdentifier
@Stability(Stable) public CfnPrivateGraphEndpointMixinProps.Builder graphIdentifier(String graphIdentifier) Sets the value ofCfnPrivateGraphEndpointMixinProps.getGraphIdentifier()- Parameters:
graphIdentifier- The unique identifier of the Neptune Analytics graph.- Returns:
this
-
securityGroupIds
@Stability(Stable) public CfnPrivateGraphEndpointMixinProps.Builder securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnPrivateGraphEndpointMixinProps.getSecurityGroupIds()- Parameters:
securityGroupIds- Security groups to be attached to the private graph endpoint..- Returns:
this
-
subnetIds
@Stability(Stable) public CfnPrivateGraphEndpointMixinProps.Builder subnetIds(List<String> subnetIds) Sets the value ofCfnPrivateGraphEndpointMixinProps.getSubnetIds()- Parameters:
subnetIds- Subnets in which private graph endpoint ENIs are created.- Returns:
this
-
vpcId
Sets the value ofCfnPrivateGraphEndpointMixinProps.getVpcId()- Parameters:
vpcId- The VPC in which the private graph endpoint needs to be created.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPrivateGraphEndpointMixinProps>- Returns:
- a new instance of
CfnPrivateGraphEndpointMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-