public static class BackupCopyPolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BackupCopyPolicy |
build() |
BackupCopyPolicy.Builder |
compartmentId(String compartmentId)
target compartment to place a new backup
|
BackupCopyPolicy.Builder |
copy(BackupCopyPolicy model) |
BackupCopyPolicy.Builder |
regions(List<String> regions)
List of region names of the remote region
|
BackupCopyPolicy.Builder |
retentionPeriod(Integer retentionPeriod)
Retention period in days of the backup copy.
|
public BackupCopyPolicy.Builder compartmentId(String compartmentId)
target compartment to place a new backup
compartmentId
- the value to setpublic BackupCopyPolicy.Builder retentionPeriod(Integer retentionPeriod)
Retention period in days of the backup copy.
retentionPeriod
- the value to setpublic BackupCopyPolicy.Builder regions(List<String> regions)
List of region names of the remote region
regions
- the value to setpublic BackupCopyPolicy build()
public BackupCopyPolicy.Builder copy(BackupCopyPolicy model)
Copyright © 2016–2025. All rights reserved.