public static interface DescribeBackupJobResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<DescribeBackupJobResponse.Builder,DescribeBackupJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupJobResponse.Builder |
accountId(String accountId)
Returns the account ID that owns the backup job.
|
DescribeBackupJobResponse.Builder |
backupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
|
DescribeBackupJobResponse.Builder |
backupOptions(Map<String,String> backupOptions)
Represents the options specified as part of backup plan or on-demand backup job.
|
DescribeBackupJobResponse.Builder |
backupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
DescribeBackupJobResponse.Builder |
backupType(String backupType)
Represents the actual backup type selected for a backup job.
|
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 |
backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
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 |
childJobsInState(Map<BackupJobState,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
|
DescribeBackupJobResponse.Builder |
childJobsInStateWithStrings(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
|
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 |
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 |
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 |
creationDate(Instant creationDate)
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
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 |
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 |
isParent(Boolean isParent)
This returns the boolean value that a backup job is a parent (composite) job.
|
DescribeBackupJobResponse.Builder |
numberOfChildJobs(Long numberOfChildJobs)
This returns the number of child (nested) backup jobs.
|
DescribeBackupJobResponse.Builder |
parentJobId(String parentJobId)
This returns the parent (composite) resource backup job ID.
|
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 |
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 |
resourceArn(String resourceArn)
An ARN that uniquely identifies a saved resource.
|
DescribeBackupJobResponse.Builder |
resourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
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 |
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 |
state(BackupJobState state)
The current state of a backup job.
|
DescribeBackupJobResponse.Builder |
state(String state)
The current state of a backup job.
|
DescribeBackupJobResponse.Builder |
statusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBackupJobResponse.Builder accountId(String accountId)
Returns the account ID that owns the backup job.
accountId - Returns the account ID that owns the backup job.DescribeBackupJobResponse.Builder backupJobId(String backupJobId)
Uniquely identifies a request to Backup to back up a resource.
backupJobId - Uniquely identifies a request to Backup to back up a resource.DescribeBackupJobResponse.Builder backupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName - The name of a logical container where backups are stored. Backup vaults are identified by names that
are unique to the account used to create them and the Amazon Web Services Region where they are
created. They consist of lowercase letters, numbers, and hyphens.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.
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 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.
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 resourceArn(String resourceArn)
An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.
resourceArn - An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.DescribeBackupJobResponse.Builder creationDate(Instant creationDate)
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
creationDate - The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
The value of CreationDate is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.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). The value of CompletionDate is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
completionDate - The date and time that a job to create a backup job is completed, in Unix format and Coordinated
Universal Time (UTC). The value of CompletionDate is accurate to milliseconds. For
example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.DescribeBackupJobResponse.Builder state(String state)
The current state of a backup job.
state - The current state of a backup job.BackupJobState,
BackupJobStateDescribeBackupJobResponse.Builder state(BackupJobState state)
The current state of a backup job.
state - The current state of a backup job.BackupJobState,
BackupJobStateDescribeBackupJobResponse.Builder statusMessage(String statusMessage)
A detailed message explaining the status of the job to back up a resource.
statusMessage - A detailed message explaining the status of the job to back up a resource.DescribeBackupJobResponse.Builder percentDone(String percentDone)
Contains an estimated percentage that is complete of a job at the time the job status was queried.
percentDone - Contains an estimated percentage that is complete of a job at the time the job status was queried.DescribeBackupJobResponse.Builder backupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
backupSizeInBytes - The size, in bytes, of a backup.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.
iamRoleArn - Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.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.
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.default 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.
RecoveryPointCreator.Builder avoiding
the need to create one manually via RecoveryPointCreator.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to createdBy(RecoveryPointCreator).
createdBy - a consumer that will call methods on RecoveryPointCreator.BuildercreatedBy(RecoveryPointCreator)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.
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 bytesTransferred(Long bytesTransferred)
The size in bytes transferred to a backup vault at the time that the job status was queried.
bytesTransferred - The size in bytes transferred to a backup vault at the time that the job status was queried.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). The value of ExpectedCompletionDate is accurate to milliseconds. For
example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
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). The value of ExpectedCompletionDate is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
AM.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. The value is calculated by adding the start window to the scheduled time. So if the
scheduled time were 6:00 PM and the start window is 2 hours, the StartBy time would be 8:00 PM
on the date specified. The value of StartBy is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
startBy - Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be
started before it is canceled. The value is calculated by adding the start window to the scheduled
time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
AM.DescribeBackupJobResponse.Builder backupOptions(Map<String,String> backupOptions)
Represents the options specified as part of backup plan or on-demand backup job.
backupOptions - Represents the options specified as part of backup plan or on-demand backup job.DescribeBackupJobResponse.Builder backupType(String backupType)
Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume
Shadow Copy Service (VSS) backup was taken, BackupType returns "WindowsVSS". If
BackupType is empty, then the backup type was a regular backup.
backupType - Represents the actual backup type selected for a backup job. For example, if a successful Windows
Volume Shadow Copy Service (VSS) backup was taken, BackupType returns
"WindowsVSS". If BackupType is empty, then the backup type was a regular
backup.DescribeBackupJobResponse.Builder parentJobId(String parentJobId)
This returns the parent (composite) resource backup job ID.
parentJobId - This returns the parent (composite) resource backup job ID.DescribeBackupJobResponse.Builder isParent(Boolean isParent)
This returns the boolean value that a backup job is a parent (composite) job.
isParent - This returns the boolean value that a backup job is a parent (composite) job.DescribeBackupJobResponse.Builder numberOfChildJobs(Long numberOfChildJobs)
This returns the number of child (nested) backup jobs.
numberOfChildJobs - This returns the number of child (nested) backup jobs.DescribeBackupJobResponse.Builder childJobsInStateWithStrings(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
childJobsInState - This returns the statistics of the included child (nested) backup jobs.DescribeBackupJobResponse.Builder childJobsInState(Map<BackupJobState,Long> childJobsInState)
This returns the statistics of the included child (nested) backup jobs.
childJobsInState - This returns the statistics of the included child (nested) backup jobs.DescribeBackupJobResponse.Builder resourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
resourceName - This is the non-unique name of the resource that belongs to the specified backup.Copyright © 2023. All rights reserved.