Package com.oracle.bmc.database.model
Class BackupDestinationSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.BackupDestinationSummary.Builder
 
- 
- Enclosing class:
- BackupDestinationSummary
 
 public static class BackupDestinationSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupDestinationSummary.BuilderassociatedDatabases(List<AssociatedDatabaseDetails> associatedDatabases)List of databases associated with the backup destination.BackupDestinationSummary.BuilderassociatedLongTermBackupCount(Integer associatedLongTermBackupCount)Indicates the number of long term backups of Autonomous AI Databases associated with this backup destination.BackupDestinationSummary.BuilderassociatedLongTermBackups(List<AssociatedLongTermBackup> associatedLongTermBackups)List of long term backups of Autonomous AI Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.BackupDestinationSummarybuild()BackupDestinationSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment.BackupDestinationSummary.BuilderconnectionString(String connectionString)For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance.BackupDestinationSummary.Buildercopy(BackupDestinationSummary model)BackupDestinationSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.BackupDestinationSummary.BuilderdisplayName(String displayName)The user-provided name of the backup destination.BackupDestinationSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.BackupDestinationSummary.Builderid(String id)The OCID of the backup destination.BackupDestinationSummary.BuilderlifecycleDetails(String lifecycleDetails)A descriptive text associated with the lifecycleState.BackupDestinationSummary.BuilderlifecycleState(BackupDestinationSummary.LifecycleState lifecycleState)The current lifecycle state of the backup destination.BackupDestinationSummary.BuilderlocalMountPointPath(String localMountPointPath)The local directory path on each VM cluster node where the NFS server location is mounted.BackupDestinationSummary.BuildernfsMountType(BackupDestinationSummary.NfsMountType nfsMountType)NFS Mount type for backup destination.BackupDestinationSummary.BuildernfsServer(List<String> nfsServer)Host names or IP addresses for NFS Auto mount.BackupDestinationSummary.BuildernfsServerExport(String nfsServerExport)Specifies the directory on which to mount the file systemBackupDestinationSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.BackupDestinationSummary.BuildertimeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated)The time when the total storage size and the utilized storage size of the backup destination are updated.BackupDestinationSummary.BuildertimeCreated(Date timeCreated)The date and time the backup destination was created.BackupDestinationSummary.BuildertotalStorageSizeInGBs(Integer totalStorageSizeInGBs)The total storage size of the backup destination in GBs, rounded to the nearest integer.BackupDestinationSummary.Buildertype(BackupDestinationSummary.Type type)Type of the backup destination.BackupDestinationSummary.BuilderutilizedStorageSizeInGBs(Integer utilizedStorageSizeInGBs)The total amount of space utilized on the backup destination (in GBs), rounded to the nearest integer.BackupDestinationSummary.BuildervpcUsers(List<String> vpcUsers)For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) users that are used to access the Recovery Appliance.
 
- 
- 
- 
Method Detail- 
idpublic BackupDestinationSummary.Builder id(String id) The OCID of the backup destination.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic BackupDestinationSummary.Builder displayName(String displayName) The user-provided name of the backup destination.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic BackupDestinationSummary.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
typepublic BackupDestinationSummary.Builder type(BackupDestinationSummary.Type type) Type of the backup destination.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
associatedDatabasespublic BackupDestinationSummary.Builder associatedDatabases(List<AssociatedDatabaseDetails> associatedDatabases) List of databases associated with the backup destination.- Parameters:
- associatedDatabases- the value to set
- Returns:
- this builder
 
 - 
associatedLongTermBackupspublic BackupDestinationSummary.Builder associatedLongTermBackups(List<AssociatedLongTermBackup> associatedLongTermBackups) List of long term backups of Autonomous AI Databases associated with this backup destination.The maximum associated number of long term backup listed here would be 1024.- Parameters:
- associatedLongTermBackups- the value to set
- Returns:
- this builder
 
 - 
associatedLongTermBackupCountpublic BackupDestinationSummary.Builder associatedLongTermBackupCount(Integer associatedLongTermBackupCount) Indicates the number of long term backups of Autonomous AI Databases associated with this backup destination.- Parameters:
- associatedLongTermBackupCount- the value to set
- Returns:
- this builder
 
 - 
connectionStringpublic BackupDestinationSummary.Builder connectionString(String connectionString) For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance.- Parameters:
- connectionString- the value to set
- Returns:
- this builder
 
 - 
vpcUserspublic BackupDestinationSummary.Builder vpcUsers(List<String> vpcUsers) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) users that are used to access the Recovery Appliance.- Parameters:
- vpcUsers- the value to set
- Returns:
- this builder
 
 - 
localMountPointPathpublic BackupDestinationSummary.Builder localMountPointPath(String localMountPointPath) The local directory path on each VM cluster node where the NFS server location is mounted.The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. - Parameters:
- localMountPointPath- the value to set
- Returns:
- this builder
 
 - 
nfsMountTypepublic BackupDestinationSummary.Builder nfsMountType(BackupDestinationSummary.NfsMountType nfsMountType) NFS Mount type for backup destination.- Parameters:
- nfsMountType- the value to set
- Returns:
- this builder
 
 - 
nfsServerpublic BackupDestinationSummary.Builder nfsServer(List<String> nfsServer) Host names or IP addresses for NFS Auto mount.- Parameters:
- nfsServer- the value to set
- Returns:
- this builder
 
 - 
nfsServerExportpublic BackupDestinationSummary.Builder nfsServerExport(String nfsServerExport) Specifies the directory on which to mount the file system- Parameters:
- nfsServerExport- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic BackupDestinationSummary.Builder lifecycleState(BackupDestinationSummary.LifecycleState lifecycleState) The current lifecycle state of the backup destination.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic BackupDestinationSummary.Builder timeCreated(Date timeCreated) The date and time the backup destination was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic BackupDestinationSummary.Builder lifecycleDetails(String lifecycleDetails) A descriptive text associated with the lifecycleState.Typically contains additional displayable text - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic BackupDestinationSummary.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic BackupDestinationSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic BackupDestinationSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
totalStorageSizeInGBspublic BackupDestinationSummary.Builder totalStorageSizeInGBs(Integer totalStorageSizeInGBs) The total storage size of the backup destination in GBs, rounded to the nearest integer.- Parameters:
- totalStorageSizeInGBs- the value to set
- Returns:
- this builder
 
 - 
utilizedStorageSizeInGBspublic BackupDestinationSummary.Builder utilizedStorageSizeInGBs(Integer utilizedStorageSizeInGBs) The total amount of space utilized on the backup destination (in GBs), rounded to the nearest integer.- Parameters:
- utilizedStorageSizeInGBs- the value to set
- Returns:
- this builder
 
 - 
timeAtWhichStorageDetailsAreUpdatedpublic BackupDestinationSummary.Builder timeAtWhichStorageDetailsAreUpdated(Date timeAtWhichStorageDetailsAreUpdated) The time when the total storage size and the utilized storage size of the backup destination are updated.- Parameters:
- timeAtWhichStorageDetailsAreUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic BackupDestinationSummary build() 
 - 
copypublic BackupDestinationSummary.Builder copy(BackupDestinationSummary model) 
 
- 
 
-