FtpServerLinkedService |
FtpServerLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
FtpServerLinkedService |
FtpServerLinkedService.withAuthenticationType(FtpAuthenticationType authenticationType) |
Set the authenticationType property: The authentication type to be used to connect to the FTP server.
|
FtpServerLinkedService |
FtpServerLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
FtpServerLinkedService |
FtpServerLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
FtpServerLinkedService |
FtpServerLinkedService.withEnableServerCertificateValidation(Object enableServerCertificateValidation) |
Set the enableServerCertificateValidation property: If true, validate the FTP server SSL certificate when connect
over SSL/TLS channel.
|
FtpServerLinkedService |
FtpServerLinkedService.withEnableSsl(Object enableSsl) |
Set the enableSsl property: If true, connect to the FTP server over SSL/TLS channel.
|
FtpServerLinkedService |
FtpServerLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
FtpServerLinkedService |
FtpServerLinkedService.withHost(Object host) |
Set the host property: Host name of the FTP server.
|
FtpServerLinkedService |
FtpServerLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
FtpServerLinkedService |
FtpServerLinkedService.withPassword(SecretBase password) |
Set the password property: Password to logon the FTP server.
|
FtpServerLinkedService |
FtpServerLinkedService.withPort(Object port) |
Set the port property: The TCP port number that the FTP server uses to listen for client connections.
|
FtpServerLinkedService |
FtpServerLinkedService.withUsername(Object username) |
Set the username property: Username to logon the FTP server.
|