Backup.Builder |
Backup.Builder.backupArn(String backupArn) |
The Amazon Resource Name (ARN) of the backup.
|
Backup.Builder |
Backup.Builder.backupId(String backupId) |
The identifier (ID) of the backup.
|
Backup.Builder |
Backup.Builder.backupState(String backupState) |
The state of the backup.
|
Backup.Builder |
Backup.Builder.backupState(BackupState backupState) |
The state of the backup.
|
static Backup.Builder |
Backup.builder() |
|
Backup.Builder |
Backup.Builder.clusterId(String clusterId) |
The identifier (ID) of the cluster that was backed up.
|
Backup.Builder |
Backup.Builder.copyTimestamp(Instant copyTimestamp) |
The date and time when the backup was copied from a source backup.
|
Backup.Builder |
Backup.Builder.createTimestamp(Instant createTimestamp) |
The date and time when the backup was created.
|
Backup.Builder |
Backup.Builder.deleteTimestamp(Instant deleteTimestamp) |
The date and time when the backup will be permanently deleted.
|
Backup.Builder |
Backup.Builder.hsmType(String hsmType) |
The HSM type used to create the backup.
|
Backup.Builder |
Backup.Builder.mode(String mode) |
The mode of the cluster that was backed up.
|
Backup.Builder |
Backup.Builder.mode(ClusterMode mode) |
The mode of the cluster that was backed up.
|
Backup.Builder |
Backup.Builder.neverExpires(Boolean neverExpires) |
Specifies whether the service should exempt a backup from the retention policy for the cluster.
|
Backup.Builder |
Backup.Builder.sourceBackup(String sourceBackup) |
The identifier (ID) of the source backup from which the new backup was copied.
|
Backup.Builder |
Backup.Builder.sourceCluster(String sourceCluster) |
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
|
Backup.Builder |
Backup.Builder.sourceRegion(String sourceRegion) |
The AWS Region that contains the source backup from which the new backup was copied.
|
Backup.Builder |
Backup.Builder.tagList(Collection<Tag> tagList) |
The list of tags for the backup.
|
Backup.Builder |
Backup.Builder.tagList(Consumer<Tag.Builder>... tagList) |
The list of tags for the backup.
|
Backup.Builder |
Backup.Builder.tagList(Tag... tagList) |
The list of tags for the backup.
|
Backup.Builder |
Backup.toBuilder() |
|