| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupJob |
BackupJob.addBackupOptionsEntry(String key,
String value)
Add a single BackupOptions entry
|
BackupJob |
BackupJob.clearBackupOptionsEntries()
Removes all the entries added into BackupOptions.
|
BackupJob |
BackupJob.clone() |
BackupJob |
BackupJob.withAccountId(String accountId)
The account ID that owns the backup job.
|
BackupJob |
BackupJob.withBackupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
|
BackupJob |
BackupJob.withBackupOptions(Map<String,String> backupOptions)
Specifies the backup option for a selected resource.
|
BackupJob |
BackupJob.withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
BackupJob |
BackupJob.withBackupType(String backupType)
Represents the type of backup for a backup job.
|
BackupJob |
BackupJob.withBackupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
BackupJob |
BackupJob.withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
BackupJob |
BackupJob.withBytesTransferred(Long bytesTransferred)
The size in bytes transferred to a backup vault at the time that the job status was queried.
|
BackupJob |
BackupJob.withCompletionDate(Date completionDate)
The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC).
|
BackupJob |
BackupJob.withCreatedBy(RecoveryPointCreator createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn,
BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan used
to create it. |
BackupJob |
BackupJob.withCreationDate(Date creationDate)
The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
BackupJob |
BackupJob.withExpectedCompletionDate(Date expectedCompletionDate)
The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC).
|
BackupJob |
BackupJob.withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point.
|
BackupJob |
BackupJob.withIsParent(Boolean isParent)
This is a boolean value indicating this is a parent (composite) backup job.
|
BackupJob |
BackupJob.withParentJobId(String parentJobId)
This uniquely identifies a request to Backup to back up a resource.
|
BackupJob |
BackupJob.withPercentDone(String percentDone)
Contains an estimated percentage complete of a job at the time the job status was queried.
|
BackupJob |
BackupJob.withRecoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
BackupJob |
BackupJob.withResourceArn(String resourceArn)
An ARN that uniquely identifies a resource.
|
BackupJob |
BackupJob.withResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
BackupJob |
BackupJob.withResourceType(String resourceType)
The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
BackupJob |
BackupJob.withStartBy(Date startBy)
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled.
|
BackupJob |
BackupJob.withState(BackupJobState state)
The current state of a resource recovery point.
|
BackupJob |
BackupJob.withState(String state)
The current state of a resource recovery point.
|
BackupJob |
BackupJob.withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackupJob> |
ListBackupJobsResult.getBackupJobs()
An array of structures containing metadata about your backup jobs returned in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupJobsResult |
ListBackupJobsResult.withBackupJobs(BackupJob... backupJobs)
An array of structures containing metadata about your backup jobs returned in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBackupJobsResult.setBackupJobs(Collection<BackupJob> backupJobs)
An array of structures containing metadata about your backup jobs returned in JSON format.
|
ListBackupJobsResult |
ListBackupJobsResult.withBackupJobs(Collection<BackupJob> backupJobs)
An array of structures containing metadata about your backup jobs returned in JSON format.
|
Copyright © 2023. All rights reserved.