@Generated(value="software.amazon.awssdk:codegen") public final class DescribeBackupJobResponse extends BackupResponse implements ToCopyableBuilder<DescribeBackupJobResponse.Builder,DescribeBackupJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeBackupJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
Returns the account ID that owns the backup job.
|
String |
backupJobId()
Uniquely identifies a request to AWS Backup to back up a resource.
|
Map<String,String> |
backupOptions()
Represents the options specified as part of backup plan or on-demand backup job.
|
Long |
backupSizeInBytes()
The size, in bytes, of a backup.
|
String |
backupType()
Represents the actual backup type selected for a backup job.
|
String |
backupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
String |
backupVaultName()
The name of a logical container where backups are stored.
|
static DescribeBackupJobResponse.Builder |
builder() |
Long |
bytesTransferred()
The size in bytes transferred to a backup vault at the time that the job status was queried.
|
Instant |
completionDate()
The date and time that a job to create a backup job is completed, in Unix format and Coordinated Universal Time
(UTC).
|
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. |
Instant |
creationDate()
The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
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).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBackupOptions()
Returns true if the BackupOptions property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
String |
iamRoleArn()
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
String |
percentDone()
Contains an estimated percentage that is complete of a job at the time the job status was queried.
|
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. |
String |
resourceArn()
An ARN that uniquely identifies a saved resource.
|
String |
resourceType()
The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an
Amazon Relational Database Service (Amazon RDS) database.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeBackupJobResponse.Builder> |
serializableBuilderClass() |
Instant |
startBy()
Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before
it is canceled.
|
BackupJobState |
state()
The current state of a resource recovery point.
|
String |
stateAsString()
The current state of a resource recovery point.
|
String |
statusMessage()
A detailed message explaining the status of the job to back up a resource.
|
DescribeBackupJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
Returns the account ID that owns the backup job.
public final String backupJobId()
Uniquely identifies a request to AWS Backup to back up a resource.
public final 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 AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public final String backupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.public final 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.
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.public final String resourceArn()
An ARN that uniquely identifies a saved resource. The format of the ARN depends on the resource type.
public final 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 is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public final 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 is accurate to milliseconds. For example,
the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public final BackupJobState state()
The current state of a resource recovery point.
If the service returns an enum value that is not available in the current SDK version, state will return
BackupJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
BackupJobStatepublic final String stateAsString()
The current state of a resource recovery point.
If the service returns an enum value that is not available in the current SDK version, state will return
BackupJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
BackupJobStatepublic final String statusMessage()
A detailed message explaining the status of the job to back up a resource.
public final String percentDone()
Contains an estimated percentage that is complete of a job at the time the job status was queried.
public final Long backupSizeInBytes()
The size, in bytes, of a backup.
public final String iamRoleArn()
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.
arn:aws:iam::123456789012:role/S3Access.public final 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.
BackupPlanArn, BackupPlanId, BackupPlanVersion, and
BackupRuleId of the backup plan that is used to create it.public final String resourceType()
The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
public final Long bytesTransferred()
The size in bytes transferred to a backup vault at the time that the job status was queried.
public final 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 is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public final 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 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.public final boolean hasBackupOptions()
public final Map<String,String> backupOptions()
Represents the options specified as part of backup plan or on-demand backup job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBackupOptions() to see if a value was sent in this field.
public final String backupType()
Represents the actual backup type selected for a backup job. For example, if a successful WindowsVSS backup was
taken, BackupType returns "WindowsVSS". If BackupType is empty, then the backup type
that was is a regular backup.
BackupType returns "WindowsVSS". If BackupType is empty, then
the backup type that was is a regular backup.public DescribeBackupJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeBackupJobResponse.Builder,DescribeBackupJobResponse>toBuilder in class AwsResponsepublic static DescribeBackupJobResponse.Builder builder()
public static Class<? extends DescribeBackupJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.