PrestoLinkedService |
PrestoLinkedService.withAllowHostnameCNMismatch(Object allowHostnameCNMismatch) |
Set the allowHostnameCNMismatch property: Specifies whether to require a CA-issued SSL certificate name to match
the host name of the server when connecting over SSL.
|
PrestoLinkedService |
PrestoLinkedService.withAllowSelfSignedServerCert(Object allowSelfSignedServerCert) |
Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.
|
PrestoLinkedService |
PrestoLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
PrestoLinkedService |
PrestoLinkedService.withAuthenticationType(PrestoAuthenticationType authenticationType) |
Set the authenticationType property: The authentication mechanism used to connect to the Presto server.
|
PrestoLinkedService |
PrestoLinkedService.withCatalog(Object catalog) |
Set the catalog property: The catalog context for all request against the server.
|
PrestoLinkedService |
PrestoLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
PrestoLinkedService |
PrestoLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
PrestoLinkedService |
PrestoLinkedService.withEnableSsl(Object enableSsl) |
Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.
|
PrestoLinkedService |
PrestoLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
PrestoLinkedService |
PrestoLinkedService.withHost(Object host) |
Set the host property: The IP address or host name of the Presto server.
|
PrestoLinkedService |
PrestoLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
PrestoLinkedService |
PrestoLinkedService.withPassword(SecretBase password) |
Set the password property: The password corresponding to the user name.
|
PrestoLinkedService |
PrestoLinkedService.withPort(Object port) |
Set the port property: The TCP port that the Presto server uses to listen for client connections.
|
PrestoLinkedService |
PrestoLinkedService.withServerVersion(Object serverVersion) |
Set the serverVersion property: The version of the Presto server.
|
PrestoLinkedService |
PrestoLinkedService.withTimeZoneId(Object timeZoneId) |
Set the timeZoneId property: The local time zone used by the connection.
|
PrestoLinkedService |
PrestoLinkedService.withTrustedCertPath(Object trustedCertPath) |
Set the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying
the server when connecting over SSL.
|
PrestoLinkedService |
PrestoLinkedService.withUsername(Object username) |
Set the username property: The user name used to connect to the Presto server.
|
PrestoLinkedService |
PrestoLinkedService.withUseSystemTrustStore(Object useSystemTrustStore) |
Set the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or
from a specified PEM file.
|