BackupJob.Builder |
BackupJob.Builder.accountId(String accountId) |
The account ID that owns the backup job.
|
BackupJob.Builder |
BackupJob.Builder.backupJobId(String backupJobId) |
Uniquely identifies a request to Backup to back up a resource.
|
BackupJob.Builder |
BackupJob.Builder.backupOptions(Map<String,String> backupOptions) |
Specifies the backup option for a selected resource.
|
BackupJob.Builder |
BackupJob.Builder.backupSizeInBytes(Long backupSizeInBytes) |
The size, in bytes, of a backup.
|
BackupJob.Builder |
BackupJob.Builder.backupType(String backupType) |
Represents the type of backup for a backup job.
|
BackupJob.Builder |
BackupJob.Builder.backupVaultArn(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.Builder |
BackupJob.Builder.backupVaultName(String backupVaultName) |
The name of a logical container where backups are stored.
|
static BackupJob.Builder |
BackupJob.builder() |
|
BackupJob.Builder |
BackupJob.Builder.bytesTransferred(Long bytesTransferred) |
The size in bytes transferred to a backup vault at the time that the job status was queried.
|
BackupJob.Builder |
BackupJob.Builder.completionDate(Instant completionDate) |
The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time
(UTC).
|
default BackupJob.Builder |
BackupJob.Builder.createdBy(Consumer<RecoveryPointCreator.Builder> 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.Builder |
BackupJob.Builder.createdBy(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.Builder |
BackupJob.Builder.creationDate(Instant creationDate) |
The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
BackupJob.Builder |
BackupJob.Builder.expectedCompletionDate(Instant 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.Builder |
BackupJob.Builder.iamRoleArn(String iamRoleArn) |
Specifies the IAM role ARN used to create the target recovery point.
|
BackupJob.Builder |
BackupJob.Builder.initiationDate(Instant initiationDate) |
This is the date on which the backup job was initiated.
|
BackupJob.Builder |
BackupJob.Builder.isParent(Boolean isParent) |
This is a boolean value indicating this is a parent (composite) backup job.
|
BackupJob.Builder |
BackupJob.Builder.messageCategory(String messageCategory) |
This parameter is the job count for the specified message category.
|
BackupJob.Builder |
BackupJob.Builder.parentJobId(String parentJobId) |
This uniquely identifies a request to Backup to back up a resource.
|
BackupJob.Builder |
BackupJob.Builder.percentDone(String percentDone) |
Contains an estimated percentage complete of a job at the time the job status was queried.
|
BackupJob.Builder |
BackupJob.Builder.recoveryPointArn(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.Builder |
BackupJob.Builder.resourceArn(String resourceArn) |
An ARN that uniquely identifies a resource.
|
BackupJob.Builder |
BackupJob.Builder.resourceName(String resourceName) |
This is the non-unique name of the resource that belongs to the specified backup.
|
BackupJob.Builder |
BackupJob.Builder.resourceType(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.Builder |
BackupJob.Builder.startBy(Instant startBy) |
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started
before it is canceled.
|
BackupJob.Builder |
BackupJob.Builder.state(String state) |
The current state of a backup job.
|
BackupJob.Builder |
BackupJob.Builder.state(BackupJobState state) |
The current state of a backup job.
|
BackupJob.Builder |
BackupJob.Builder.statusMessage(String statusMessage) |
A detailed message explaining the status of the job to back up a resource.
|
BackupJob.Builder |
BackupJob.toBuilder() |
|