SapEccLinkedService |
SapEccLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
SapEccLinkedService |
SapEccLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
SapEccLinkedService |
SapEccLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
SapEccLinkedService |
SapEccLinkedService.withEncryptedCredential(String encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
SapEccLinkedService |
SapEccLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
SapEccLinkedService |
SapEccLinkedService.withPassword(SecretBase password) |
Set the password property: The password for Basic authentication.
|
SapEccLinkedService |
SapEccLinkedService.withUrl(String url) |
Set the url property: The URL of SAP ECC OData API.
|
SapEccLinkedService |
SapEccLinkedService.withUsername(String username) |
Set the username property: The username for Basic authentication.
|