SapHanaLinkedService |
SapHanaLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
SapHanaLinkedService |
SapHanaLinkedService.withAuthenticationType(SapHanaAuthenticationType authenticationType) |
Set the authenticationType property: The authentication type to be used to connect to the SAP HANA server.
|
SapHanaLinkedService |
SapHanaLinkedService.withConnectionString(Object connectionString) |
Set the connectionString property: SAP HANA ODBC connection string.
|
SapHanaLinkedService |
SapHanaLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
SapHanaLinkedService |
SapHanaLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
SapHanaLinkedService |
SapHanaLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
SapHanaLinkedService |
SapHanaLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
SapHanaLinkedService |
SapHanaLinkedService.withPassword(SecretBase password) |
Set the password property: Password to access the SAP HANA server.
|
SapHanaLinkedService |
SapHanaLinkedService.withServer(Object server) |
Set the server property: Host name of the SAP HANA server.
|
SapHanaLinkedService |
SapHanaLinkedService.withUsername(Object username) |
Set the username property: Username to access the SAP HANA server.
|