public static class CreateVolumeGroupBackupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateVolumeGroupBackupDetails |
build() |
CreateVolumeGroupBackupDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that will contain the volume group backup.
|
CreateVolumeGroupBackupDetails.Builder |
copy(CreateVolumeGroupBackupDetails model) |
CreateVolumeGroupBackupDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateVolumeGroupBackupDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
CreateVolumeGroupBackupDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateVolumeGroupBackupDetails.Builder |
type(CreateVolumeGroupBackupDetails.Type type)
The type of backup to create.
|
CreateVolumeGroupBackupDetails.Builder |
volumeGroupId(String volumeGroupId)
The OCID of the volume group that needs to be backed up.
|
public CreateVolumeGroupBackupDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that will contain the volume group backup. This parameter is optional, by default backup will be created in the same compartment and source volume group.
compartmentId
- the value to setpublic CreateVolumeGroupBackupDetails.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.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic CreateVolumeGroupBackupDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic CreateVolumeGroupBackupDetails.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"}
freeformTags
- the value to setpublic CreateVolumeGroupBackupDetails.Builder type(CreateVolumeGroupBackupDetails.Type type)
The type of backup to create. If omitted, defaults to incremental.
type
- the value to setpublic CreateVolumeGroupBackupDetails.Builder volumeGroupId(String volumeGroupId)
The OCID of the volume group that needs to be backed up.
volumeGroupId
- the value to setpublic CreateVolumeGroupBackupDetails build()
public CreateVolumeGroupBackupDetails.Builder copy(CreateVolumeGroupBackupDetails model)
Copyright © 2016–2023. All rights reserved.