public static class ExternalBackupJob.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalBackupJob.Builder |
backupId(String backupId)
The OCID of the
associated backup resource.
|
ExternalBackupJob.Builder |
bucketName(String bucketName)
The name of the Swift compartment bucket where the backup should be stored.
|
ExternalBackupJob |
build() |
ExternalBackupJob.Builder |
copy(ExternalBackupJob model) |
ExternalBackupJob.Builder |
provisioning(Boolean provisioning)
An indicator for the provisioning state of the resource.
|
ExternalBackupJob.Builder |
swiftPassword(String swiftPassword)
The auth token to use for access to the Swift compartment bucket that will store the
standalone backup.
|
ExternalBackupJob.Builder |
swiftPath(String swiftPath)
The Swift path to use as a destination for the standalone backup.
|
ExternalBackupJob.Builder |
tag(String tag)
The tag for RMAN to apply to the backup.
|
ExternalBackupJob.Builder |
userName(String userName)
The Swift user name to use for transferring the standalone backup to the designated Swift
compartment bucket.
|
public ExternalBackupJob.Builder backupId(String backupId)
The OCID of the associated backup resource.
backupId
- the value to setpublic ExternalBackupJob.Builder provisioning(Boolean provisioning)
An indicator for the provisioning state of the resource. If TRUE
, the resource is
still being provisioned.
provisioning
- the value to setpublic ExternalBackupJob.Builder swiftPath(String swiftPath)
The Swift path to use as a destination for the standalone backup.
swiftPath
- the value to setpublic ExternalBackupJob.Builder bucketName(String bucketName)
The name of the Swift compartment bucket where the backup should be stored.
bucketName
- the value to setpublic ExternalBackupJob.Builder tag(String tag)
The tag for RMAN to apply to the backup.
tag
- the value to setpublic ExternalBackupJob.Builder userName(String userName)
The Swift user name to use for transferring the standalone backup to the designated Swift compartment bucket.
userName
- the value to setpublic ExternalBackupJob.Builder swiftPassword(String swiftPassword)
The auth token to use for access to the Swift compartment bucket that will store the standalone backup. For information about auth tokens, see Working with Auth Tokens.
swiftPassword
- the value to setpublic ExternalBackupJob build()
public ExternalBackupJob.Builder copy(ExternalBackupJob model)
Copyright © 2016–2024. All rights reserved.