public static class BackupSchedule.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BackupSchedule.Builder |
bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storage
|
BackupSchedule |
build() |
BackupSchedule.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment being referenced.
|
BackupSchedule.Builder |
copy(BackupSchedule model) |
BackupSchedule.Builder |
frequencyBackupScheduled(BackupSchedule.FrequencyBackupScheduled frequencyBackupScheduled)
The frequency of the deployment backup schedule.
|
BackupSchedule.Builder |
isMetadataOnly(Boolean isMetadataOnly)
Parameter to allow users to create backup without trails
|
BackupSchedule.Builder |
namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets
|
BackupSchedule.Builder |
timeBackupScheduled(Date timeBackupScheduled)
The start timestamp for the deployment backup schedule.
|
public BackupSchedule.Builder timeBackupScheduled(Date timeBackupScheduled)
The start timestamp for the deployment backup schedule. The format is defined by
RFC3339, such as 2024-10-25T18:19:29.600Z
.
timeBackupScheduled
- the value to setpublic BackupSchedule.Builder frequencyBackupScheduled(BackupSchedule.FrequencyBackupScheduled frequencyBackupScheduled)
The frequency of the deployment backup schedule. Frequency can be DAILY, WEEKLY or MONTHLY.
frequencyBackupScheduled
- the value to setpublic BackupSchedule.Builder bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storage
bucketName
- the value to setpublic BackupSchedule.Builder compartmentId(String compartmentId)
The OCID of the compartment being referenced.
compartmentId
- the value to setpublic BackupSchedule.Builder namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets
namespaceName
- the value to setpublic BackupSchedule.Builder isMetadataOnly(Boolean isMetadataOnly)
Parameter to allow users to create backup without trails
isMetadataOnly
- the value to setpublic BackupSchedule build()
public BackupSchedule.Builder copy(BackupSchedule model)
Copyright © 2016–2025. All rights reserved.