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