Interface ConnectorVpcLatticeEgressConfig.Builder

  • Method Details

    • resourceConfigurationArn

      ConnectorVpcLatticeEgressConfig.Builder resourceConfigurationArn(String 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.

      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:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      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:
      Returns a reference to this object so that method calls can be chained together.