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 user-supplied description for the backup.
|
UpdateBackupDetails.Builder |
displayName(String displayName)
A user-supplied 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 |
retentionInDays(Integer retentionInDays)
The number of days backups are retained.
|
public UpdateBackupDetails.Builder displayName(String displayName)
A user-supplied display name for the backup.
displayName
- the value to setpublic UpdateBackupDetails.Builder description(String description)
A user-supplied description for the backup.
description
- the value to setpublic UpdateBackupDetails.Builder retentionInDays(Integer retentionInDays)
The number of days backups are retained.
retentionInDays
- 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.