| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DestinationBackup.Builder |
DestinationBackup.builder() |
DestinationBackup.Builder |
DestinationBackup.Builder.createTimestamp(Instant createTimestamp)
The date and time when both the source backup was created.
|
DestinationBackup.Builder |
DestinationBackup.Builder.sourceBackup(String sourceBackup)
The identifier (ID) of the source backup from which the new backup was copied.
|
DestinationBackup.Builder |
DestinationBackup.Builder.sourceCluster(String sourceCluster)
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
|
DestinationBackup.Builder |
DestinationBackup.Builder.sourceRegion(String sourceRegion)
The AWS region that contains the source backup from which the new backup was copied.
|
DestinationBackup.Builder |
DestinationBackup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DestinationBackup.Builder> |
DestinationBackup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CopyBackupToRegionResponse.Builder |
CopyBackupToRegionResponse.Builder.destinationBackup(Consumer<DestinationBackup.Builder> destinationBackup)
Information on the backup that will be copied to the destination region, including CreateTimestamp,
SourceBackup, SourceCluster, and Source Region.
|
Copyright © 2023. All rights reserved.