Class User.Builder
java.lang.Object
org.jclouds.openstack.trove.v1.domain.User.Builder
- Enclosing class:
User
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
password
-
host
-
databases
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
- Parameters:
name
- The name of this user.- Returns:
- The builder object.
- See Also:
-
password
- Parameters:
name
- The password for this user.- Returns:
- The builder object.
- See Also:
-
host
- Parameters:
host
- Specifies the host from which a user is allowed to connect to the database. Possible values are a string containing an IPv4 address or "%" to allow connecting from any host. Refer to Section 3.11.1, “User Access Restriction by Host” in the Rackspace Cloud Databases Developer Guide for details. If host is not specified, it defaults to "%".- Returns:
- The builder object.
- See Also:
-
databases
- Parameters:
name
- The databases for this user.- Returns:
- The builder object.
- See Also:
-
build
- Returns:
- A new User object.
-
fromUser
-