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