DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.accountId(String accountId) |
Returns the account ID that owns the backup job.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.backupJobId(String backupJobId) |
Uniquely identifies a request to Backup to back up a resource.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.backupOptions(Map<String,String> backupOptions) |
Represents the options specified as part of backup plan or on-demand backup job.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.backupSizeInBytes(Long backupSizeInBytes) |
The size, in bytes, of a backup.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.backupType(String backupType) |
Represents the actual backup type selected for a backup job.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.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.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.backupVaultName(String backupVaultName) |
The name of a logical container where backups are stored.
|
static DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.builder() |
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.bytesTransferred(Long bytesTransferred) |
The size in bytes transferred to a backup vault at the time that the job status was queried.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.childJobsInState(Map<BackupJobState,Long> childJobsInState) |
This returns the statistics of the included child (nested) backup jobs.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.childJobsInStateWithStrings(Map<String,Long> childJobsInState) |
This returns the statistics of the included child (nested) backup jobs.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.completionDate(Instant completionDate) |
The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal
Time (UTC).
|
default DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.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
that is used to create it.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.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
that is used to create it.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.creationDate(Instant creationDate) |
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.expectedCompletionDate(Instant expectedCompletionDate) |
The date and time that a job to back up resources is expected to be completed, in Unix format and Coordinated
Universal Time (UTC).
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.iamRoleArn(String iamRoleArn) |
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.initiationDate(Instant initiationDate) |
This is the date a backup job was initiated.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.isParent(Boolean isParent) |
This returns the boolean value that a backup job is a parent (composite) job.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.messageCategory(String messageCategory) |
This is the job count for the specified message category.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.numberOfChildJobs(Long numberOfChildJobs) |
This returns the number of child (nested) backup jobs.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.parentJobId(String parentJobId) |
This returns the parent (composite) resource backup job ID.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.percentDone(String percentDone) |
Contains an estimated percentage that is complete of a job at the time the job status was queried.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.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.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.resourceArn(String resourceArn) |
An ARN that uniquely identifies a saved resource.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.resourceName(String resourceName) |
This is the non-unique name of the resource that belongs to the specified backup.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.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.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.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.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.state(String state) |
The current state of a backup job.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.state(BackupJobState state) |
The current state of a backup job.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.statusMessage(String statusMessage) |
A detailed message explaining the status of the job to back up a resource.
|
DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.toBuilder() |
|