IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.backupCreationDate(Instant backupCreationDate) |
The date and time that a backup was created, in Unix format and Coordinated Universal Time (UTC).
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.backupVaultArn(String backupVaultArn) |
An ARN that uniquely identifies the backup vault where the recovery point index is stored.
|
static IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.builder() |
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.iamRoleArn(String iamRoleArn) |
This specifies the IAM role ARN used for this operation.
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.indexCreationDate(Instant indexCreationDate) |
The date and time that a backup index was created, in Unix format and Coordinated Universal Time (UTC).
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.indexStatus(String indexStatus) |
This is the current status for the backup index associated with the specified recovery point.
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.indexStatus(IndexStatus indexStatus) |
This is the current status for the backup index associated with the specified recovery point.
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.indexStatusMessage(String indexStatusMessage) |
A string in the form of a detailed message explaining the status of a backup index associated with the
recovery point.
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.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
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.resourceType(String resourceType) |
The resource type of the indexed recovery point.
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.Builder.sourceResourceArn(String sourceResourceArn) |
A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
|
IndexedRecoveryPoint.Builder |
IndexedRecoveryPoint.toBuilder() |
|