Class SapBWLinkedService


  • public final class SapBWLinkedService
    extends LinkedService
    SAP Business Warehouse Linked Service.
    • Constructor Detail

      • SapBWLinkedService

        public SapBWLinkedService()
    • Method Detail

      • withDescription

        public SapBWLinkedService 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 SapBWLinkedService 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.
      • server

        public Object server()
        Get the server property: Host name of the SAP BW instance. Type: string (or Expression with resultType string).
        Returns:
        the server value.
      • withServer

        public SapBWLinkedService withServer​(Object server)
        Set the server property: Host name of the SAP BW instance. Type: string (or Expression with resultType string).
        Parameters:
        server - the server value to set.
        Returns:
        the SapBWLinkedService object itself.
      • systemNumber

        public Object systemNumber()
        Get the systemNumber property: System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).
        Returns:
        the systemNumber value.
      • withSystemNumber

        public SapBWLinkedService withSystemNumber​(Object systemNumber)
        Set the systemNumber property: System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).
        Parameters:
        systemNumber - the systemNumber value to set.
        Returns:
        the SapBWLinkedService object itself.
      • clientId

        public Object clientId()
        Get the clientId property: Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).
        Returns:
        the clientId value.
      • withClientId

        public SapBWLinkedService withClientId​(Object clientId)
        Set the clientId property: Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).
        Parameters:
        clientId - the clientId value to set.
        Returns:
        the SapBWLinkedService object itself.
      • username

        public Object username()
        Get the username property: Username to access the SAP BW server. Type: string (or Expression with resultType string).
        Returns:
        the username value.
      • withUsername

        public SapBWLinkedService withUsername​(Object username)
        Set the username property: Username to access the SAP BW server. Type: string (or Expression with resultType string).
        Parameters:
        username - the username value to set.
        Returns:
        the SapBWLinkedService object itself.
      • password

        public SecretBase password()
        Get the password property: Password to access the SAP BW server.
        Returns:
        the password value.
      • withPassword

        public SapBWLinkedService withPassword​(SecretBase password)
        Set the password property: Password to access the SAP BW server.
        Parameters:
        password - the password value to set.
        Returns:
        the SapBWLinkedService 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 SapBWLinkedService 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 SapBWLinkedService object itself.