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 TenantDatabase

    • Constructor Detail

      • TenantDatabase

        public TenantDatabase()
    • Method Detail

      • setTenantDatabaseCreateTime

        public void setTenantDatabaseCreateTime(Date tenantDatabaseCreateTime)

        The creation time of the tenant database.

        Parameters:
        tenantDatabaseCreateTime - The creation time of the tenant database.
      • getTenantDatabaseCreateTime

        public Date getTenantDatabaseCreateTime()

        The creation time of the tenant database.

        Returns:
        The creation time of the tenant database.
      • withTenantDatabaseCreateTime

        public TenantDatabase withTenantDatabaseCreateTime(Date tenantDatabaseCreateTime)

        The creation time of the tenant database.

        Parameters:
        tenantDatabaseCreateTime - The creation time of the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDBInstanceIdentifier

        public void setDBInstanceIdentifier(String dBInstanceIdentifier)

        The ID of the DB instance that contains the tenant database.

        Parameters:
        dBInstanceIdentifier - The ID of the DB instance that contains the tenant database.
      • getDBInstanceIdentifier

        public String getDBInstanceIdentifier()

        The ID of the DB instance that contains the tenant database.

        Returns:
        The ID of the DB instance that contains the tenant database.
      • withDBInstanceIdentifier

        public TenantDatabase withDBInstanceIdentifier(String dBInstanceIdentifier)

        The ID of the DB instance that contains the tenant database.

        Parameters:
        dBInstanceIdentifier - The ID of the DB instance that contains the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTenantDBName

        public void setTenantDBName(String tenantDBName)

        The database name of the tenant database.

        Parameters:
        tenantDBName - The database name of the tenant database.
      • getTenantDBName

        public String getTenantDBName()

        The database name of the tenant database.

        Returns:
        The database name of the tenant database.
      • withTenantDBName

        public TenantDatabase withTenantDBName(String tenantDBName)

        The database name of the tenant database.

        Parameters:
        tenantDBName - The database name of the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the tenant database.

        Parameters:
        status - The status of the tenant database.
      • getStatus

        public String getStatus()

        The status of the tenant database.

        Returns:
        The status of the tenant database.
      • withStatus

        public TenantDatabase withStatus(String status)

        The status of the tenant database.

        Parameters:
        status - The status of the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMasterUsername

        public void setMasterUsername(String masterUsername)

        The master username of the tenant database.

        Parameters:
        masterUsername - The master username of the tenant database.
      • getMasterUsername

        public String getMasterUsername()

        The master username of the tenant database.

        Returns:
        The master username of the tenant database.
      • withMasterUsername

        public TenantDatabase withMasterUsername(String masterUsername)

        The master username of the tenant database.

        Parameters:
        masterUsername - The master username of the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDbiResourceId

        public void setDbiResourceId(String dbiResourceId)

        The Amazon Web Services Region-unique, immutable identifier for the DB instance.

        Parameters:
        dbiResourceId - The Amazon Web Services Region-unique, immutable identifier for the DB instance.
      • getDbiResourceId

        public String getDbiResourceId()

        The Amazon Web Services Region-unique, immutable identifier for the DB instance.

        Returns:
        The Amazon Web Services Region-unique, immutable identifier for the DB instance.
      • withDbiResourceId

        public TenantDatabase withDbiResourceId(String dbiResourceId)

        The Amazon Web Services Region-unique, immutable identifier for the DB instance.

        Parameters:
        dbiResourceId - The Amazon Web Services Region-unique, immutable identifier for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTenantDatabaseResourceId

        public void setTenantDatabaseResourceId(String tenantDatabaseResourceId)

        The Amazon Web Services Region-unique, immutable identifier for the tenant database.

        Parameters:
        tenantDatabaseResourceId - The Amazon Web Services Region-unique, immutable identifier for the tenant database.
      • getTenantDatabaseResourceId

        public String getTenantDatabaseResourceId()

        The Amazon Web Services Region-unique, immutable identifier for the tenant database.

        Returns:
        The Amazon Web Services Region-unique, immutable identifier for the tenant database.
      • withTenantDatabaseResourceId

        public TenantDatabase withTenantDatabaseResourceId(String tenantDatabaseResourceId)

        The Amazon Web Services Region-unique, immutable identifier for the tenant database.

        Parameters:
        tenantDatabaseResourceId - The Amazon Web Services Region-unique, immutable identifier for the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTenantDatabaseARN

        public void setTenantDatabaseARN(String tenantDatabaseARN)

        The Amazon Resource Name (ARN) for the tenant database.

        Parameters:
        tenantDatabaseARN - The Amazon Resource Name (ARN) for the tenant database.
      • getTenantDatabaseARN

        public String getTenantDatabaseARN()

        The Amazon Resource Name (ARN) for the tenant database.

        Returns:
        The Amazon Resource Name (ARN) for the tenant database.
      • withTenantDatabaseARN

        public TenantDatabase withTenantDatabaseARN(String tenantDatabaseARN)

        The Amazon Resource Name (ARN) for the tenant database.

        Parameters:
        tenantDatabaseARN - The Amazon Resource Name (ARN) for the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCharacterSetName

        public void setCharacterSetName(String characterSetName)

        The character set of the tenant database.

        Parameters:
        characterSetName - The character set of the tenant database.
      • getCharacterSetName

        public String getCharacterSetName()

        The character set of the tenant database.

        Returns:
        The character set of the tenant database.
      • withCharacterSetName

        public TenantDatabase withCharacterSetName(String characterSetName)

        The character set of the tenant database.

        Parameters:
        characterSetName - The character set of the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNcharCharacterSetName

        public void setNcharCharacterSetName(String ncharCharacterSetName)

        The NCHAR character set name of the tenant database.

        Parameters:
        ncharCharacterSetName - The NCHAR character set name of the tenant database.
      • getNcharCharacterSetName

        public String getNcharCharacterSetName()

        The NCHAR character set name of the tenant database.

        Returns:
        The NCHAR character set name of the tenant database.
      • withNcharCharacterSetName

        public TenantDatabase withNcharCharacterSetName(String ncharCharacterSetName)

        The NCHAR character set name of the tenant database.

        Parameters:
        ncharCharacterSetName - The NCHAR character set name of the tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeletionProtection

        public void setDeletionProtection(Boolean deletionProtection)

        Specifies whether deletion protection is enabled for the DB instance.

        Parameters:
        deletionProtection - Specifies whether deletion protection is enabled for the DB instance.
      • getDeletionProtection

        public Boolean getDeletionProtection()

        Specifies whether deletion protection is enabled for the DB instance.

        Returns:
        Specifies whether deletion protection is enabled for the DB instance.
      • withDeletionProtection

        public TenantDatabase withDeletionProtection(Boolean deletionProtection)

        Specifies whether deletion protection is enabled for the DB instance.

        Parameters:
        deletionProtection - Specifies whether deletion protection is enabled for the DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDeletionProtection

        public Boolean isDeletionProtection()

        Specifies whether deletion protection is enabled for the DB instance.

        Returns:
        Specifies whether deletion protection is enabled for the DB instance.
      • setPendingModifiedValues

        public void setPendingModifiedValues(TenantDatabasePendingModifiedValues pendingModifiedValues)

        Information about pending changes for a tenant database.

        Parameters:
        pendingModifiedValues - Information about pending changes for a tenant database.
      • getPendingModifiedValues

        public TenantDatabasePendingModifiedValues getPendingModifiedValues()

        Information about pending changes for a tenant database.

        Returns:
        Information about pending changes for a tenant database.
      • withPendingModifiedValues

        public TenantDatabase withPendingModifiedValues(TenantDatabasePendingModifiedValues pendingModifiedValues)

        Information about pending changes for a tenant database.

        Parameters:
        pendingModifiedValues - Information about pending changes for a tenant database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTagList

        public List<Tag> getTagList()
        Returns:
      • setTagList

        public void setTagList(Collection<Tag> tagList)
        Parameters:
        tagList -
      • withTagList

        public TenantDatabase withTagList(Collection<Tag> tagList)
        Parameters:
        tagList -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /