public static interface Backup.Builder extends CopyableBuilder<Backup.Builder,Backup>
| Modifier and Type | Method and Description |
|---|---|
Backup.Builder |
backupId(String backupId)
The identifier (ID) of the backup.
|
Backup.Builder |
backupState(BackupState backupState)
The state of the backup.
|
Backup.Builder |
backupState(String backupState)
The state of the backup.
|
Backup.Builder |
clusterId(String clusterId)
The identifier (ID) of the cluster that was backed up.
|
Backup.Builder |
createTimestamp(Instant createTimestamp)
The date and time when the backup was created.
|
copyapply, buildBackup.Builder backupId(String backupId)
The identifier (ID) of the backup.
backupId - The identifier (ID) of the backup.Backup.Builder backupState(String backupState)
The state of the backup.
backupState - The state of the backup.BackupState,
BackupStateBackup.Builder backupState(BackupState backupState)
The state of the backup.
backupState - The state of the backup.BackupState,
BackupStateBackup.Builder clusterId(String clusterId)
The identifier (ID) of the cluster that was backed up.
clusterId - The identifier (ID) of the cluster that was backed up.Backup.Builder createTimestamp(Instant createTimestamp)
The date and time when the backup was created.
createTimestamp - The date and time when the backup was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.