| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Backup.Builder |
Backup.Builder.backupId(String backupId)
The identifier (ID) of the backup.
|
Backup.Builder |
Backup.Builder.backupState(BackupState backupState)
The state of the backup.
|
Backup.Builder |
Backup.Builder.backupState(String 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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Backup.Builder> |
Backup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RestoreBackupResponse.Builder |
RestoreBackupResponse.Builder.backup(Consumer<Backup.Builder> backup)
Information on the
Backup object created. |
default ModifyBackupAttributesResponse.Builder |
ModifyBackupAttributesResponse.Builder.backup(Consumer<Backup.Builder> backup)
Sets the value of the Backup property for this object.
|
default DeleteBackupResponse.Builder |
DeleteBackupResponse.Builder.backup(Consumer<Backup.Builder> backup)
Information on the
Backup object deleted. |
Copyright © 2023. All rights reserved.