public static interface BackupDetails.Builder extends CopyableBuilder<BackupDetails.Builder,BackupDetails>
| Modifier and Type | Method and Description |
|---|---|
BackupDetails.Builder |
backupArn(String backupArn)
ARN associated with the backup.
|
BackupDetails.Builder |
backupCreationDateTime(Instant backupCreationDateTime)
Time at which the backup was created.
|
BackupDetails.Builder |
backupName(String backupName)
Name of the requested backup.
|
BackupDetails.Builder |
backupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupDetails.Builder |
backupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupDetails.Builder |
backupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
copyapplyMutation, buildBackupDetails.Builder backupArn(String backupArn)
ARN associated with the backup.
backupArn - ARN associated with the backup.BackupDetails.Builder backupName(String backupName)
Name of the requested backup.
backupName - Name of the requested backup.BackupDetails.Builder backupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
backupSizeBytes - Size of the backup in bytes.BackupDetails.Builder backupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatus,
BackupStatusBackupDetails.Builder backupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatus,
BackupStatusBackupDetails.Builder backupCreationDateTime(Instant backupCreationDateTime)
Time at which the backup was created. This is the request time of the backup.
backupCreationDateTime - Time at which the backup was created. This is the request time of the backup.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.