Class InstanceUser


  • public final class InstanceUser
    extends java.lang.Object
    • Method Detail

      • databases

        public java.util.List<java.lang.String> databases()
        Returns:
        A list of databases that user will have access to. If not specified, user has access to all databases on th einstance. Changing this creates a new instance.
      • host

        public java.util.Optional<java.lang.String> host()
        Returns:
        An ip address or % sign indicating what ip addresses can connect with this user credentials. Changing this creates a new instance.
      • name

        public java.lang.String name()
        Returns:
        Username to be created on new instance. Changing this creates a new instance.
      • password

        public java.util.Optional<java.lang.String> password()
        Returns:
        User's password. Changing this creates a new instance.