Class CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty>
- Enclosing interface:
CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty
@Stability(Stable)
public static final class CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.portNumber(Number portNumber) resourceConfigurationArn(String resourceConfigurationArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
portNumber
@Stability(Stable) public CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty.Builder portNumber(Number portNumber) - Parameters:
portNumber- Port number for connecting to the SFTP server through VPC_LATTICE. Defaults to 22 if not specified. Must match the port on which the target SFTP server is listening.- Returns:
this
-
resourceConfigurationArn
@Stability(Stable) public CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty.Builder resourceConfigurationArn(String resourceConfigurationArn) Sets the value ofCfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty.getResourceConfigurationArn()- Parameters:
resourceConfigurationArn- ARN of the VPC_LATTICE Resource Configuration that defines the target SFTP server location. Must point to a valid Resource Configuration in the customer's VPC with appropriate network connectivity to the SFTP server.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty>- Returns:
- a new instance of
CfnConnectorPropsMixin.ConnectorVpcLatticeEgressConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-