Class DatabaseUpdate


  • public class DatabaseUpdate
    extends Object
    A database resource.
    • Constructor Detail

      • DatabaseUpdate

        public DatabaseUpdate()
    • Method Detail

      • sku

        public Sku sku()
        Get the sku property: The name and tier of the SKU.
        Returns:
        the sku value.
      • withSku

        public DatabaseUpdate withSku​(Sku sku)
        Set the sku property: The name and tier of the SKU.
        Parameters:
        sku - the sku value to set.
        Returns:
        the DatabaseUpdate object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags property: Resource tags.
        Returns:
        the tags value.
      • withTags

        public DatabaseUpdate withTags​(Map<String,​String> tags)
        Set the tags property: Resource tags.
        Parameters:
        tags - the tags value to set.
        Returns:
        the DatabaseUpdate object itself.
      • createMode

        public CreateMode createMode()
        Get the createMode property: Specifies the mode of database creation.

        Default: regular database creation.

        Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.

        Secondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database.

        PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified.

        Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore.

        Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time.

        RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID.

        Copy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition.

        Returns:
        the createMode value.
      • withCreateMode

        public DatabaseUpdate withCreateMode​(CreateMode createMode)
        Set the createMode property: Specifies the mode of database creation.

        Default: regular database creation.

        Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database.

        Secondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database.

        PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified.

        Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore.

        Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time.

        RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID.

        Copy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition.

        Parameters:
        createMode - the createMode value to set.
        Returns:
        the DatabaseUpdate object itself.
      • collation

        public String collation()
        Get the collation property: The collation of the database.
        Returns:
        the collation value.
      • withCollation

        public DatabaseUpdate withCollation​(String collation)
        Set the collation property: The collation of the database.
        Parameters:
        collation - the collation value to set.
        Returns:
        the DatabaseUpdate object itself.
      • maxSizeBytes

        public Long maxSizeBytes()
        Get the maxSizeBytes property: The max size of the database expressed in bytes.
        Returns:
        the maxSizeBytes value.
      • withMaxSizeBytes

        public DatabaseUpdate withMaxSizeBytes​(Long maxSizeBytes)
        Set the maxSizeBytes property: The max size of the database expressed in bytes.
        Parameters:
        maxSizeBytes - the maxSizeBytes value to set.
        Returns:
        the DatabaseUpdate object itself.
      • sampleName

        public SampleName sampleName()
        Get the sampleName property: The name of the sample schema to apply when creating this database.
        Returns:
        the sampleName value.
      • withSampleName

        public DatabaseUpdate withSampleName​(SampleName sampleName)
        Set the sampleName property: The name of the sample schema to apply when creating this database.
        Parameters:
        sampleName - the sampleName value to set.
        Returns:
        the DatabaseUpdate object itself.
      • elasticPoolId

        public String elasticPoolId()
        Get the elasticPoolId property: The resource identifier of the elastic pool containing this database.
        Returns:
        the elasticPoolId value.
      • withElasticPoolId

        public DatabaseUpdate withElasticPoolId​(String elasticPoolId)
        Set the elasticPoolId property: The resource identifier of the elastic pool containing this database.
        Parameters:
        elasticPoolId - the elasticPoolId value to set.
        Returns:
        the DatabaseUpdate object itself.
      • sourceDatabaseId

        public String sourceDatabaseId()
        Get the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database.
        Returns:
        the sourceDatabaseId value.
      • withSourceDatabaseId

        public DatabaseUpdate withSourceDatabaseId​(String sourceDatabaseId)
        Set the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database.
        Parameters:
        sourceDatabaseId - the sourceDatabaseId value to set.
        Returns:
        the DatabaseUpdate object itself.
      • status

        public DatabaseStatus status()
        Get the status property: The status of the database.
        Returns:
        the status value.
      • databaseId

        public UUID databaseId()
        Get the databaseId property: The ID of the database.
        Returns:
        the databaseId value.
      • creationDate

        public OffsetDateTime creationDate()
        Get the creationDate property: The creation date of the database (ISO8601 format).
        Returns:
        the creationDate value.
      • currentServiceObjectiveName

        public String currentServiceObjectiveName()
        Get the currentServiceObjectiveName property: The current service level objective name of the database.
        Returns:
        the currentServiceObjectiveName value.
      • requestedServiceObjectiveName

        public String requestedServiceObjectiveName()
        Get the requestedServiceObjectiveName property: The requested service level objective name of the database.
        Returns:
        the requestedServiceObjectiveName value.
      • defaultSecondaryLocation

        public String defaultSecondaryLocation()
        Get the defaultSecondaryLocation property: The default secondary region for this database.
        Returns:
        the defaultSecondaryLocation value.
      • failoverGroupId

        public String failoverGroupId()
        Get the failoverGroupId property: Failover Group resource identifier that this database belongs to.
        Returns:
        the failoverGroupId value.
      • restorePointInTime

        public OffsetDateTime restorePointInTime()
        Get the restorePointInTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
        Returns:
        the restorePointInTime value.
      • withRestorePointInTime

        public DatabaseUpdate withRestorePointInTime​(OffsetDateTime restorePointInTime)
        Set the restorePointInTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
        Parameters:
        restorePointInTime - the restorePointInTime value to set.
        Returns:
        the DatabaseUpdate object itself.
      • sourceDatabaseDeletionDate

        public OffsetDateTime sourceDatabaseDeletionDate()
        Get the sourceDatabaseDeletionDate property: Specifies the time that the database was deleted.
        Returns:
        the sourceDatabaseDeletionDate value.
      • withSourceDatabaseDeletionDate

        public DatabaseUpdate withSourceDatabaseDeletionDate​(OffsetDateTime sourceDatabaseDeletionDate)
        Set the sourceDatabaseDeletionDate property: Specifies the time that the database was deleted.
        Parameters:
        sourceDatabaseDeletionDate - the sourceDatabaseDeletionDate value to set.
        Returns:
        the DatabaseUpdate object itself.
      • recoveryServicesRecoveryPointId

        public String recoveryServicesRecoveryPointId()
        Get the recoveryServicesRecoveryPointId property: The resource identifier of the recovery point associated with create operation of this database.
        Returns:
        the recoveryServicesRecoveryPointId value.
      • withRecoveryServicesRecoveryPointId

        public DatabaseUpdate withRecoveryServicesRecoveryPointId​(String recoveryServicesRecoveryPointId)
        Set the recoveryServicesRecoveryPointId property: The resource identifier of the recovery point associated with create operation of this database.
        Parameters:
        recoveryServicesRecoveryPointId - the recoveryServicesRecoveryPointId value to set.
        Returns:
        the DatabaseUpdate object itself.
      • longTermRetentionBackupResourceId

        public String longTermRetentionBackupResourceId()
        Get the longTermRetentionBackupResourceId property: The resource identifier of the long term retention backup associated with create operation of this database.
        Returns:
        the longTermRetentionBackupResourceId value.
      • withLongTermRetentionBackupResourceId

        public DatabaseUpdate withLongTermRetentionBackupResourceId​(String longTermRetentionBackupResourceId)
        Set the longTermRetentionBackupResourceId property: The resource identifier of the long term retention backup associated with create operation of this database.
        Parameters:
        longTermRetentionBackupResourceId - the longTermRetentionBackupResourceId value to set.
        Returns:
        the DatabaseUpdate object itself.
      • recoverableDatabaseId

        public String recoverableDatabaseId()
        Get the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database.
        Returns:
        the recoverableDatabaseId value.
      • withRecoverableDatabaseId

        public DatabaseUpdate withRecoverableDatabaseId​(String recoverableDatabaseId)
        Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database.
        Parameters:
        recoverableDatabaseId - the recoverableDatabaseId value to set.
        Returns:
        the DatabaseUpdate object itself.
      • restorableDroppedDatabaseId

        public String restorableDroppedDatabaseId()
        Get the restorableDroppedDatabaseId property: The resource identifier of the restorable dropped database associated with create operation of this database.
        Returns:
        the restorableDroppedDatabaseId value.
      • withRestorableDroppedDatabaseId

        public DatabaseUpdate withRestorableDroppedDatabaseId​(String restorableDroppedDatabaseId)
        Set the restorableDroppedDatabaseId property: The resource identifier of the restorable dropped database associated with create operation of this database.
        Parameters:
        restorableDroppedDatabaseId - the restorableDroppedDatabaseId value to set.
        Returns:
        the DatabaseUpdate object itself.
      • catalogCollation

        public CatalogCollationType catalogCollation()
        Get the catalogCollation property: Collation of the metadata catalog.
        Returns:
        the catalogCollation value.
      • withCatalogCollation

        public DatabaseUpdate withCatalogCollation​(CatalogCollationType catalogCollation)
        Set the catalogCollation property: Collation of the metadata catalog.
        Parameters:
        catalogCollation - the catalogCollation value to set.
        Returns:
        the DatabaseUpdate object itself.
      • zoneRedundant

        public Boolean zoneRedundant()
        Get the zoneRedundant property: Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
        Returns:
        the zoneRedundant value.
      • withZoneRedundant

        public DatabaseUpdate withZoneRedundant​(Boolean zoneRedundant)
        Set the zoneRedundant property: Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
        Parameters:
        zoneRedundant - the zoneRedundant value to set.
        Returns:
        the DatabaseUpdate object itself.
      • licenseType

        public DatabaseLicenseType licenseType()
        Get the licenseType property: The license type to apply for this database.
        Returns:
        the licenseType value.
      • withLicenseType

        public DatabaseUpdate withLicenseType​(DatabaseLicenseType licenseType)
        Set the licenseType property: The license type to apply for this database.
        Parameters:
        licenseType - the licenseType value to set.
        Returns:
        the DatabaseUpdate object itself.
      • maxLogSizeBytes

        public Long maxLogSizeBytes()
        Get the maxLogSizeBytes property: The max log size for this database.
        Returns:
        the maxLogSizeBytes value.
      • earliestRestoreDate

        public OffsetDateTime earliestRestoreDate()
        Get the earliestRestoreDate property: This records the earliest start date and time that restore is available for this database (ISO8601 format).
        Returns:
        the earliestRestoreDate value.
      • readScale

        public DatabaseReadScale readScale()
        Get the readScale property: If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica. This property is only settable for Premium and Business Critical databases.
        Returns:
        the readScale value.
      • withReadScale

        public DatabaseUpdate withReadScale​(DatabaseReadScale readScale)
        Set the readScale property: If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica. This property is only settable for Premium and Business Critical databases.
        Parameters:
        readScale - the readScale value to set.
        Returns:
        the DatabaseUpdate object itself.
      • readReplicaCount

        public Integer readReplicaCount()
        Get the readReplicaCount property: The number of readonly secondary replicas associated with the database to which readonly application intent connections may be routed. This property is only settable for Hyperscale edition databases.
        Returns:
        the readReplicaCount value.
      • withReadReplicaCount

        public DatabaseUpdate withReadReplicaCount​(Integer readReplicaCount)
        Set the readReplicaCount property: The number of readonly secondary replicas associated with the database to which readonly application intent connections may be routed. This property is only settable for Hyperscale edition databases.
        Parameters:
        readReplicaCount - the readReplicaCount value to set.
        Returns:
        the DatabaseUpdate object itself.
      • currentSku

        public Sku currentSku()
        Get the currentSku property: The name and tier of the SKU.
        Returns:
        the currentSku value.
      • autoPauseDelay

        public Integer autoPauseDelay()
        Get the autoPauseDelay property: Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled.
        Returns:
        the autoPauseDelay value.
      • withAutoPauseDelay

        public DatabaseUpdate withAutoPauseDelay​(Integer autoPauseDelay)
        Set the autoPauseDelay property: Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled.
        Parameters:
        autoPauseDelay - the autoPauseDelay value to set.
        Returns:
        the DatabaseUpdate object itself.
      • minCapacity

        public Double minCapacity()
        Get the minCapacity property: Minimal capacity that database will always have allocated, if not paused.
        Returns:
        the minCapacity value.
      • withMinCapacity

        public DatabaseUpdate withMinCapacity​(Double minCapacity)
        Set the minCapacity property: Minimal capacity that database will always have allocated, if not paused.
        Parameters:
        minCapacity - the minCapacity value to set.
        Returns:
        the DatabaseUpdate object itself.
      • pausedDate

        public OffsetDateTime pausedDate()
        Get the pausedDate property: The date when database was paused by user configuration or action (ISO8601 format). Null if the database is ready.
        Returns:
        the pausedDate value.
      • resumedDate

        public OffsetDateTime resumedDate()
        Get the resumedDate property: The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused.
        Returns:
        the resumedDate value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.