public static class UpdateBackupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateBackupDetails |
build() |
UpdateBackupDetails.Builder |
copy(UpdateBackupDetails model) |
UpdateBackupDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateBackupDetails.Builder |
description(String description)
A description for the backup.
|
UpdateBackupDetails.Builder |
displayName(String displayName)
A user-friendly display name for the backup.
|
UpdateBackupDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateBackupDetails.Builder |
retentionPeriod(Integer retentionPeriod)
Backup retention period in days.
|
public UpdateBackupDetails.Builder displayName(String displayName)
A user-friendly display name for the backup. Avoid entering confidential information.
displayName
- the value to setpublic UpdateBackupDetails.Builder description(String description)
A description for the backup.
description
- the value to setpublic UpdateBackupDetails.Builder retentionPeriod(Integer retentionPeriod)
Backup retention period in days.
retentionPeriod
- the value to setpublic UpdateBackupDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateBackupDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateBackupDetails build()
public UpdateBackupDetails.Builder copy(UpdateBackupDetails model)
Copyright © 2016–2024. All rights reserved.