public static class VolumeBackupPolicyAssignment.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VolumeBackupPolicyAssignment.Builder |
assetId(String assetId)
The OCID of the volume the policy has been assigned to.
|
VolumeBackupPolicyAssignment |
build() |
VolumeBackupPolicyAssignment.Builder |
copy(VolumeBackupPolicyAssignment model) |
VolumeBackupPolicyAssignment.Builder |
id(String id)
The OCID of the volume backup policy assignment.
|
VolumeBackupPolicyAssignment.Builder |
policyId(String policyId)
The OCID of the volume backup policy that has been assigned to the volume.
|
VolumeBackupPolicyAssignment.Builder |
timeCreated(Date timeCreated)
The date and time the volume backup policy was assigned to the volume.
|
VolumeBackupPolicyAssignment.Builder |
xrcKmsKeyId(String xrcKmsKeyId)
The OCID of the Vault service key which is the master encryption key for the block / boot
volume cross region backups, which will be used in the destination region to encrypt the
backup’s encryption keys.
|
public VolumeBackupPolicyAssignment.Builder assetId(String assetId)
The OCID of the volume the policy has been assigned to.
assetId
- the value to setpublic VolumeBackupPolicyAssignment.Builder id(String id)
The OCID of the volume backup policy assignment.
id
- the value to setpublic VolumeBackupPolicyAssignment.Builder policyId(String policyId)
The OCID of the volume backup policy that has been assigned to the volume.
policyId
- the value to setpublic VolumeBackupPolicyAssignment.Builder timeCreated(Date timeCreated)
The date and time the volume backup policy was assigned to the volume. The format is defined by RFC3339.
timeCreated
- the value to setpublic VolumeBackupPolicyAssignment.Builder xrcKmsKeyId(String xrcKmsKeyId)
The OCID of the Vault service key which is the master encryption key for the block / boot volume cross region backups, which will be used in the destination region to encrypt the backup’s encryption keys. For more information about the Vault service and encryption keys, see Overview of Vault service and Using Keys.
xrcKmsKeyId
- the value to setpublic VolumeBackupPolicyAssignment build()
public VolumeBackupPolicyAssignment.Builder copy(VolumeBackupPolicyAssignment model)
Copyright © 2016–2024. All rights reserved.