GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.backupVaultArn(String backupVaultArn) |
An ARN that uniquely identifies the backup vault where the recovery point index is stored.
|
static GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.builder() |
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.indexCompletionDate(Instant indexCompletionDate) |
The date and time that a backup index finished creation, in Unix format and Coordinated Universal Time (UTC).
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.indexCreationDate(Instant indexCreationDate) |
The date and time that a backup index was created, in Unix format and Coordinated Universal Time (UTC).
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.indexDeletionDate(Instant indexDeletionDate) |
The date and time that a backup index was deleted, in Unix format and Coordinated Universal Time (UTC).
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.indexStatus(String indexStatus) |
This is the current status for the backup index associated with the specified recovery point.
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.indexStatus(IndexStatus indexStatus) |
This is the current status for the backup index associated with the specified recovery point.
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.indexStatusMessage(String indexStatusMessage) |
A detailed message explaining the status of a backup index associated with the recovery point.
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.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.
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.sourceResourceArn(String sourceResourceArn) |
A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.toBuilder() |
|
GetRecoveryPointIndexDetailsResponse.Builder |
GetRecoveryPointIndexDetailsResponse.Builder.totalItemsIndexed(Long totalItemsIndexed) |
Count of items within the backup index associated with the recovery point.
|