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