public static final class DescribeLogBackupPolicyResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeLogBackupPolicyResponseBody |
build() |
DescribeLogBackupPolicyResponseBody.Builder |
enableBackupLog(Integer enableBackupLog)
Indicates whether the log backup feature was enabled.
|
DescribeLogBackupPolicyResponseBody.Builder |
logBackupAnotherRegionRegion(String logBackupAnotherRegionRegion)
LogBackupAnotherRegionRegion.
|
DescribeLogBackupPolicyResponseBody.Builder |
logBackupAnotherRegionRetentionPeriod(String logBackupAnotherRegionRetentionPeriod)
LogBackupAnotherRegionRetentionPeriod.
|
DescribeLogBackupPolicyResponseBody.Builder |
logBackupRetentionPeriod(Integer logBackupRetentionPeriod)
The retention period of the logs.
|
DescribeLogBackupPolicyResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
public DescribeLogBackupPolicyResponseBody.Builder enableBackupLog(Integer enableBackupLog)
* 0: disabled. * 1: 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)
public DescribeLogBackupPolicyResponseBody.Builder logBackupRetentionPeriod(Integer logBackupRetentionPeriod)
* 7 to 7300: The logs are retained for 7 to 7,300 days. * \-1: The logs are permanently retained.
public DescribeLogBackupPolicyResponseBody.Builder requestId(String requestId)
public DescribeLogBackupPolicyResponseBody build()
Copyright © 2023. All rights reserved.