public static final class SetBackupLocalRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
SetBackupLocalRequest |
build() |
SetBackupLocalRequest.Builder |
drdsInstanceId(String drdsInstanceId)
The ID of the PolarDB-X 1.0 instance.
|
SetBackupLocalRequest.Builder |
highSpaceUsageProtection(String highSpaceUsageProtection)
Specifies whether to enable the feature to forcibly delete binary log files if the used storage space reaches 90% of the total storage space or the remaining storage space is less than 5 GB.
|
SetBackupLocalRequest.Builder |
localLogRetentionHours(String localLogRetentionHours)
The number of hours for which log backup files are retained on the instance.
|
SetBackupLocalRequest.Builder |
localLogRetentionSpace(String localLogRetentionSpace)
The maximum storage space usage that is allowed for log files on the instance.
|
public SetBackupLocalRequest.Builder drdsInstanceId(String drdsInstanceId)
public SetBackupLocalRequest.Builder highSpaceUsageProtection(String highSpaceUsageProtection)
public SetBackupLocalRequest.Builder localLogRetentionHours(String localLogRetentionHours)
public SetBackupLocalRequest.Builder localLogRetentionSpace(String localLogRetentionSpace)
public SetBackupLocalRequest build()
Copyright © 2024. All rights reserved.