Class CfnPipelinePropsMixin.VpcEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.osis.CfnPipelinePropsMixin.VpcEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelinePropsMixin.VpcEndpointProperty>
- Enclosing interface:
CfnPipelinePropsMixin.VpcEndpointProperty
@Stability(Stable)
public static final class CfnPipelinePropsMixin.VpcEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelinePropsMixin.VpcEndpointProperty>
A builder for
CfnPipelinePropsMixin.VpcEndpointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpcEndpointId(String vpcEndpointId) Sets the value ofCfnPipelinePropsMixin.VpcEndpointProperty.getVpcEndpointId()Sets the value ofCfnPipelinePropsMixin.VpcEndpointProperty.getVpcId()vpcOptions(CfnPipelinePropsMixin.VpcOptionsProperty vpcOptions) Sets the value ofCfnPipelinePropsMixin.VpcEndpointProperty.getVpcOptions()vpcOptions(IResolvable vpcOptions) Sets the value ofCfnPipelinePropsMixin.VpcEndpointProperty.getVpcOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcEndpointId
@Stability(Stable) public CfnPipelinePropsMixin.VpcEndpointProperty.Builder vpcEndpointId(String vpcEndpointId) Sets the value ofCfnPipelinePropsMixin.VpcEndpointProperty.getVpcEndpointId()- Parameters:
vpcEndpointId- The unique identifier of the endpoint.- Returns:
this
-
vpcId
Sets the value ofCfnPipelinePropsMixin.VpcEndpointProperty.getVpcId()- Parameters:
vpcId- The ID for your VPC. AWS PrivateLink generates this value when you create a VPC.- Returns:
this
-
vpcOptions
@Stability(Stable) public CfnPipelinePropsMixin.VpcEndpointProperty.Builder vpcOptions(IResolvable vpcOptions) Sets the value ofCfnPipelinePropsMixin.VpcEndpointProperty.getVpcOptions()- Parameters:
vpcOptions- Information about the VPC, including associated subnets and security groups.- Returns:
this
-
vpcOptions
@Stability(Stable) public CfnPipelinePropsMixin.VpcEndpointProperty.Builder vpcOptions(CfnPipelinePropsMixin.VpcOptionsProperty vpcOptions) Sets the value ofCfnPipelinePropsMixin.VpcEndpointProperty.getVpcOptions()- Parameters:
vpcOptions- Information about the VPC, including associated subnets and security groups.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelinePropsMixin.VpcEndpointProperty>- Returns:
- a new instance of
CfnPipelinePropsMixin.VpcEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-