Class SapBWLinkedServiceTypeProperties


  • public final class SapBWLinkedServiceTypeProperties
    extends Object
    Properties specific to this linked service type.
    • Constructor Detail

      • SapBWLinkedServiceTypeProperties

        public SapBWLinkedServiceTypeProperties()
    • Method Detail

      • 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 SapBWLinkedServiceTypeProperties 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 SapBWLinkedServiceTypeProperties 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 SapBWLinkedServiceTypeProperties 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 SapBWLinkedServiceTypeProperties 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 SapBWLinkedServiceTypeProperties 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 SapBWLinkedServiceTypeProperties 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 SapBWLinkedServiceTypeProperties 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 SapBWLinkedServiceTypeProperties object itself.
      • password

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

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

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.