public static interface Backup.Builder extends SdkPojo, 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 |
copyTimestamp(Instant copyTimestamp)
Sets the value of the CopyTimestamp property for this object.
|
Backup.Builder |
createTimestamp(Instant createTimestamp)
The date and time when the backup was created.
|
Backup.Builder |
deleteTimestamp(Instant deleteTimestamp)
The date and time when the backup will be permanently deleted.
|
Backup.Builder |
sourceBackup(String sourceBackup)
Sets the value of the SourceBackup property for this object.
|
Backup.Builder |
sourceCluster(String sourceCluster)
Sets the value of the SourceCluster property for this object.
|
Backup.Builder |
sourceRegion(String sourceRegion)
Sets the value of the SourceRegion property for this object.
|
copy
applyMutation, build
Backup.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
,
BackupState
Backup.Builder backupState(BackupState backupState)
The state of the backup.
backupState
- The state of the backup.BackupState
,
BackupState
Backup.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.Backup.Builder copyTimestamp(Instant copyTimestamp)
copyTimestamp
- The new value for the CopyTimestamp property for this object.Backup.Builder sourceRegion(String sourceRegion)
sourceRegion
- The new value for the SourceRegion property for this object.Backup.Builder sourceBackup(String sourceBackup)
sourceBackup
- The new value for the SourceBackup property for this object.Backup.Builder sourceCluster(String sourceCluster)
sourceCluster
- The new value for the SourceCluster property for this object.Backup.Builder deleteTimestamp(Instant deleteTimestamp)
The date and time when the backup will be permanently deleted.
deleteTimestamp
- The date and time when the backup will be permanently deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.