Uses of Class
com.azure.resourcemanager.datafactory.models.AmazonRedshiftLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AmazonRedshiftLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonRedshiftLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AmazonRedshiftLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AmazonRedshiftLinkedService.withDatabase
(Object database) Set the database property: The database name of the Amazon Redshift source.AmazonRedshiftLinkedService.withDescription
(String description) Set the description property: Linked service description.AmazonRedshiftLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AmazonRedshiftLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AmazonRedshiftLinkedService.withPassword
(SecretBase password) Set the password property: The password of the Amazon Redshift source.Set the port property: The TCP port number that the Amazon Redshift server uses to listen for client connections.AmazonRedshiftLinkedService.withServer
(Object server) Set the server property: The name of the Amazon Redshift server.AmazonRedshiftLinkedService.withUsername
(Object username) Set the username property: The username of the Amazon Redshift source.