Class CmdkeySetup


  • public final class CmdkeySetup
    extends CustomSetupBase
    The custom setup of running cmdkey commands.
    • Constructor Detail

      • CmdkeySetup

        public CmdkeySetup()
    • Method Detail

      • targetName

        public Object targetName()
        Get the targetName property: The server name of data source access.
        Returns:
        the targetName value.
      • withTargetName

        public CmdkeySetup withTargetName​(Object targetName)
        Set the targetName property: The server name of data source access.
        Parameters:
        targetName - the targetName value to set.
        Returns:
        the CmdkeySetup object itself.
      • username

        public Object username()
        Get the username property: The user name of data source access.
        Returns:
        the username value.
      • withUsername

        public CmdkeySetup withUsername​(Object username)
        Set the username property: The user name of data source access.
        Parameters:
        username - the username value to set.
        Returns:
        the CmdkeySetup object itself.
      • password

        public SecretBase password()
        Get the password property: The password of data source access.
        Returns:
        the password value.
      • withPassword

        public CmdkeySetup withPassword​(SecretBase password)
        Set the password property: The password of data source access.
        Parameters:
        password - the password value to set.
        Returns:
        the CmdkeySetup object itself.