Container for the parameters to the PromoteReadReplica operation.
            
Promotes a read replica DB instance to a standalone DB instance.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PromoteReadReplicaRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PromoteReadReplicaRequest()()()() | Initializes a new instance of the PromoteReadReplicaRequest class | 
|  | BackupRetentionPeriod | 
            The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0
            disables automated backups. Default: 1 Constraints:  
 | 
|  | DBInstanceIdentifier | 
            The DB instance identifier. This value is stored as a lowercase string. Constraints:  
 | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | PreferredBackupWindow | 
            The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod
            parameter. Default: A 30-minute window selected at random from an 8-hour block of time per region. See the Amazon RDS User Guide for the
            time blocks for each region from which the default backup windows are assigned. Constraints: Must be in the format hh24:mi-hh24:mi.
            Times should be Universal Time Coordinated (UTC). Must not conflict with the preferred maintenance window. Must be at least 30 minutes.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBackupRetentionPeriod(Int32) | Obsolete. 
            Sets the BackupRetentionPeriod property
             | 
|  | WithDBInstanceIdentifier(String) | Obsolete. 
            Sets the DBInstanceIdentifier property
             | 
|  | WithPreferredBackupWindow(String) | Obsolete. 
            Sets the PreferredBackupWindow property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | PromoteReadReplicaRequest | |