Class CreateSqlPoolRestorePointDefinition


  • public final class CreateSqlPoolRestorePointDefinition
    extends Object
    Contains the information necessary to perform a create Sql pool restore point operation.
    • Constructor Detail

      • CreateSqlPoolRestorePointDefinition

        public CreateSqlPoolRestorePointDefinition()
    • Method Detail

      • restorePointLabel

        public String restorePointLabel()
        Get the restorePointLabel property: The restore point label to apply.
        Returns:
        the restorePointLabel value.
      • withRestorePointLabel

        public CreateSqlPoolRestorePointDefinition withRestorePointLabel​(String restorePointLabel)
        Set the restorePointLabel property: The restore point label to apply.
        Parameters:
        restorePointLabel - the restorePointLabel value to set.
        Returns:
        the CreateSqlPoolRestorePointDefinition object itself.
      • validate

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