@Generated(value="software.amazon.awssdk:codegen") public final class RestoreJobsListMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RestoreJobsListMember.Builder,RestoreJobsListMember>
Contains metadata about a restore job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RestoreJobsListMember.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account ID that owns the restore job.
|
Long |
backupSizeInBytes()
The size, in bytes, of the restored resource.
|
static RestoreJobsListMember.Builder |
builder() |
Instant |
completionDate()
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time
(UTC).
|
String |
createdResourceArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
Instant |
creationDate()
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
expectedCompletionTimeMinutes()
The amount of time in minutes that a job restoring a recovery point is expected to take.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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 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 |
resourceType()
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
String |
restoreJobId()
Uniquely identifies the job that restores a recovery point.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RestoreJobsListMember.Builder> |
serializableBuilderClass() |
RestoreJobStatus |
status()
A status code specifying the state of the job initiated by Backup to restore a recovery point.
|
String |
statusAsString()
A status code specifying the state of the job initiated by Backup to restore a recovery point.
|
String |
statusMessage()
A detailed message explaining the status of the job to restore a recovery point.
|
RestoreJobsListMember.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The account ID that owns the restore job.
public final String restoreJobId()
Uniquely identifies the job that restores a recovery point.
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 Instant creationDate()
The date and time a restore 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 a job to restore a recovery point 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 RestoreJobStatus status()
A status code specifying the state of the job initiated by Backup to restore a recovery point.
If the service returns an enum value that is not available in the current SDK version, status will
return RestoreJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RestoreJobStatuspublic final String statusAsString()
A status code specifying the state of the job initiated by Backup to restore a recovery point.
If the service returns an enum value that is not available in the current SDK version, status will
return RestoreJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RestoreJobStatuspublic final String statusMessage()
A detailed message explaining the status of the job to restore a recovery point.
public final String percentDone()
Contains an estimated percentage complete of a job at the time the job status was queried.
public final Long backupSizeInBytes()
The size, in bytes, of the restored resource.
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 Long expectedCompletionTimeMinutes()
The amount of time in minutes that a job restoring a recovery point is expected to take.
public final String createdResourceArn()
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
public final String resourceType()
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
public RestoreJobsListMember.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RestoreJobsListMember.Builder,RestoreJobsListMember>public static RestoreJobsListMember.Builder builder()
public static Class<? extends RestoreJobsListMember.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.