Class CfnConnector.ConnectorEgressConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.transfer.CfnConnector.ConnectorEgressConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnector.ConnectorEgressConfigProperty>
- Enclosing interface:
CfnConnector.ConnectorEgressConfigProperty
@Stability(Stable)
public static final class CfnConnector.ConnectorEgressConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnector.ConnectorEgressConfigProperty>
A builder for
CfnConnector.ConnectorEgressConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpcLattice(IResolvable vpcLattice) Sets the value ofCfnConnector.ConnectorEgressConfigProperty.getVpcLattice()Sets the value ofCfnConnector.ConnectorEgressConfigProperty.getVpcLattice()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcLattice
@Stability(Stable) public CfnConnector.ConnectorEgressConfigProperty.Builder vpcLattice(IResolvable vpcLattice) Sets the value ofCfnConnector.ConnectorEgressConfigProperty.getVpcLattice()- Parameters:
vpcLattice- VPC_LATTICE configuration for routing connector traffic through customer VPCs. This parameter is required. Enables private connectivity to SFTP servers without requiring public internet access or complex network configurations.- Returns:
this
-
vpcLattice
@Stability(Stable) public CfnConnector.ConnectorEgressConfigProperty.Builder vpcLattice(CfnConnector.ConnectorVpcLatticeEgressConfigProperty vpcLattice) Sets the value ofCfnConnector.ConnectorEgressConfigProperty.getVpcLattice()- Parameters:
vpcLattice- VPC_LATTICE configuration for routing connector traffic through customer VPCs. This parameter is required. Enables private connectivity to SFTP servers without requiring public internet access or complex network configurations.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnector.ConnectorEgressConfigProperty>- Returns:
- a new instance of
CfnConnector.ConnectorEgressConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-