public static final class DescribeLogBackupPolicyResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeLogBackupPolicyResponseBody |
build() |
DescribeLogBackupPolicyResponseBody.Builder |
enableBackupLog(Integer enableBackupLog)
Indicates whether the log backup feature is enabled.
|
DescribeLogBackupPolicyResponseBody.Builder |
logBackupAnotherRegionRegion(String logBackupAnotherRegionRegion)
The region in which you want to store cross-region log backups.
|
DescribeLogBackupPolicyResponseBody.Builder |
logBackupAnotherRegionRetentionPeriod(String logBackupAnotherRegionRetentionPeriod)
The retention period of cross-region log backups.
|
DescribeLogBackupPolicyResponseBody.Builder |
logBackupRetentionPeriod(Integer logBackupRetentionPeriod)
The retention period of the log backups.
|
DescribeLogBackupPolicyResponseBody.Builder |
requestId(String requestId)
The request ID.
|
public DescribeLogBackupPolicyResponseBody.Builder enableBackupLog(Integer enableBackupLog)
* 0: The log backup feature is disabled. * 1: The log backup feature is enabled. By default, the log backup feature is enabled and cannot be disabled.
public DescribeLogBackupPolicyResponseBody.Builder logBackupAnotherRegionRegion(String logBackupAnotherRegionRegion)
public DescribeLogBackupPolicyResponseBody.Builder logBackupAnotherRegionRetentionPeriod(String logBackupAnotherRegionRetentionPeriod)
* **0**: The cross-region backup feature is disabled. * **30 to 7300**: Cross-region log backups are retained for 30 to 7,300 days. * **-1**: The log backups are permanently retained. > When you create a cluster, the default value of this parameter is **0**.
public DescribeLogBackupPolicyResponseBody.Builder logBackupRetentionPeriod(Integer logBackupRetentionPeriod)
* 3 to 7300: The log backups are retained for 3 to 7,300 days. * \-1: The log backups are permanently retained.
public DescribeLogBackupPolicyResponseBody.Builder requestId(String requestId)
public DescribeLogBackupPolicyResponseBody build()
Copyright © 2024. All rights reserved.