JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class CreateTenantDatabaseRequest

    • Constructor Detail

      • CreateTenantDatabaseRequest

        public CreateTenantDatabaseRequest()
    • Method Detail

      • setDBInstanceIdentifier

        public void setDBInstanceIdentifier(String dBInstanceIdentifier)

        The user-supplied DB instance identifier. RDS creates your tenant database in this DB instance. This parameter isn't case-sensitive.

        Parameters:
        dBInstanceIdentifier - The user-supplied DB instance identifier. RDS creates your tenant database in this DB instance. This parameter isn't case-sensitive.
      • getDBInstanceIdentifier

        public String getDBInstanceIdentifier()

        The user-supplied DB instance identifier. RDS creates your tenant database in this DB instance. This parameter isn't case-sensitive.

        Returns:
        The user-supplied DB instance identifier. RDS creates your tenant database in this DB instance. This parameter isn't case-sensitive.
      • withDBInstanceIdentifier

        public CreateTenantDatabaseRequest withDBInstanceIdentifier(String dBInstanceIdentifier)

        The user-supplied DB instance identifier. RDS creates your tenant database in this DB instance. This parameter isn't case-sensitive.

        Parameters:
        dBInstanceIdentifier - The user-supplied DB instance identifier. RDS creates your tenant database in this DB instance. This parameter isn't case-sensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTenantDBName

        public void setTenantDBName(String tenantDBName)

        The user-supplied name of the tenant database that you want to create in your DB instance. This parameter has the same constraints as DBName in CreateDBInstance.

        Parameters:
        tenantDBName - The user-supplied name of the tenant database that you want to create in your DB instance. This parameter has the same constraints as DBName in CreateDBInstance.
      • getTenantDBName

        public String getTenantDBName()

        The user-supplied name of the tenant database that you want to create in your DB instance. This parameter has the same constraints as DBName in CreateDBInstance.

        Returns:
        The user-supplied name of the tenant database that you want to create in your DB instance. This parameter has the same constraints as DBName in CreateDBInstance.
      • withTenantDBName

        public CreateTenantDatabaseRequest withTenantDBName(String tenantDBName)

        The user-supplied name of the tenant database that you want to create in your DB instance. This parameter has the same constraints as DBName in CreateDBInstance.

        Parameters:
        tenantDBName - The user-supplied name of the tenant database that you want to create in your DB instance. This parameter has the same constraints as DBName in CreateDBInstance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMasterUsername

        public void setMasterUsername(String masterUsername)

        The name for the master user account in your tenant database. RDS creates this user account in the tenant database and grants privileges to the master user. This parameter is case-sensitive.

        Constraints:

        • Must be 1 to 16 letters, numbers, or underscores.

        • First character must be a letter.

        • Can't be a reserved word for the chosen database engine.

        Parameters:
        masterUsername - The name for the master user account in your tenant database. RDS creates this user account in the tenant database and grants privileges to the master user. This parameter is case-sensitive.

        Constraints:

        • Must be 1 to 16 letters, numbers, or underscores.

        • First character must be a letter.

        • Can't be a reserved word for the chosen database engine.

      • getMasterUsername

        public String getMasterUsername()

        The name for the master user account in your tenant database. RDS creates this user account in the tenant database and grants privileges to the master user. This parameter is case-sensitive.

        Constraints:

        • Must be 1 to 16 letters, numbers, or underscores.

        • First character must be a letter.

        • Can't be a reserved word for the chosen database engine.

        Returns:
        The name for the master user account in your tenant database. RDS creates this user account in the tenant database and grants privileges to the master user. This parameter is case-sensitive.

        Constraints:

        • Must be 1 to 16 letters, numbers, or underscores.

        • First character must be a letter.

        • Can't be a reserved word for the chosen database engine.

      • withMasterUsername

        public CreateTenantDatabaseRequest withMasterUsername(String masterUsername)

        The name for the master user account in your tenant database. RDS creates this user account in the tenant database and grants privileges to the master user. This parameter is case-sensitive.

        Constraints:

        • Must be 1 to 16 letters, numbers, or underscores.

        • First character must be a letter.

        • Can't be a reserved word for the chosen database engine.

        Parameters:
        masterUsername - The name for the master user account in your tenant database. RDS creates this user account in the tenant database and grants privileges to the master user. This parameter is case-sensitive.

        Constraints:

        • Must be 1 to 16 letters, numbers, or underscores.

        • First character must be a letter.

        • Can't be a reserved word for the chosen database engine.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMasterUserPassword

        public void setMasterUserPassword(String masterUserPassword)

        The password for the master user in your tenant database.

        Constraints:

        • Must be 8 to 30 characters.

        • Can include any printable ASCII character except forward slash (/), double quote ("), at symbol (@), ampersand (&), or single quote (').

        Parameters:
        masterUserPassword - The password for the master user in your tenant database.

        Constraints:

        • Must be 8 to 30 characters.

        • Can include any printable ASCII character except forward slash (/), double quote ( "), at symbol (@), ampersand (&), or single quote ( ').

      • getMasterUserPassword

        public String getMasterUserPassword()

        The password for the master user in your tenant database.

        Constraints:

        • Must be 8 to 30 characters.

        • Can include any printable ASCII character except forward slash (/), double quote ("), at symbol (@), ampersand (&), or single quote (').

        Returns:
        The password for the master user in your tenant database.

        Constraints:

        • Must be 8 to 30 characters.

        • Can include any printable ASCII character except forward slash (/), double quote ( "), at symbol (@), ampersand (&), or single quote ( ').

      • withMasterUserPassword

        public CreateTenantDatabaseRequest withMasterUserPassword(String masterUserPassword)

        The password for the master user in your tenant database.

        Constraints:

        • Must be 8 to 30 characters.

        • Can include any printable ASCII character except forward slash (/), double quote ("), at symbol (@), ampersand (&), or single quote (').

        Parameters:
        masterUserPassword - The password for the master user in your tenant database.

        Constraints:

        • Must be 8 to 30 characters.

        • Can include any printable ASCII character except forward slash (/), double quote ( "), at symbol (@), ampersand (&), or single quote ( ').

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCharacterSetName

        public void setCharacterSetName(String characterSetName)

        The character set for your tenant database. If you don't specify a value, the character set name defaults to AL32UTF8.

        Parameters:
        characterSetName - The character set for your tenant database. If you don't specify a value, the character set name defaults to AL32UTF8.
      • getCharacterSetName

        public String getCharacterSetName()

        The character set for your tenant database. If you don't specify a value, the character set name defaults to AL32UTF8.

        Returns:
        The character set for your tenant database. If you don't specify a value, the character set name defaults to AL32UTF8.
      • withCharacterSetName

        public CreateTenantDatabaseRequest withCharacterSetName(String characterSetName)

        The character set for your tenant database. If you don't specify a value, the character set name defaults to AL32UTF8.

        Parameters:
        characterSetName - The character set for your tenant database. If you don't specify a value, the character set name defaults to AL32UTF8.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNcharCharacterSetName

        public void setNcharCharacterSetName(String ncharCharacterSetName)

        The NCHAR value for the tenant database.

        Parameters:
        ncharCharacterSetName - The NCHAR value for the tenant database.
      • getNcharCharacterSetName

        public String getNcharCharacterSetName()

        The NCHAR value for the tenant database.

        Returns:
        The NCHAR value for the tenant database.
      • withNcharCharacterSetName

        public CreateTenantDatabaseRequest withNcharCharacterSetName(String ncharCharacterSetName)

        The NCHAR value for the tenant database.

        Parameters:
        ncharCharacterSetName - The NCHAR value for the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()
        Returns:
      • setTags

        public void setTags(Collection<Tag> tags)
        Parameters:
        tags -
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /