Class DataworldLinkedService


  • public final class DataworldLinkedService
    extends LinkedService
    Linked service for Dataworld.
    • Constructor Detail

      • DataworldLinkedService

        public DataworldLinkedService()
    • Method Detail

      • withDescription

        public DataworldLinkedService withDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        withDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • withAnnotations

        public DataworldLinkedService withAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        withAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.
      • apiToken

        public SecretBase apiToken()
        Get the apiToken property: The api token for the Dataworld source.
        Returns:
        the apiToken value.
      • withApiToken

        public DataworldLinkedService withApiToken​(SecretBase apiToken)
        Set the apiToken property: The api token for the Dataworld source.
        Parameters:
        apiToken - the apiToken value to set.
        Returns:
        the DataworldLinkedService object itself.
      • encryptedCredential

        public Object encryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • withEncryptedCredential

        public DataworldLinkedService withEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the DataworldLinkedService object itself.