Uses of Interface
software.amazon.awssdk.services.cloudhsmv2.model.DestinationBackup.Builder
-
Packages that use DestinationBackup.Builder Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of DestinationBackup.Builder in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.model that return DestinationBackup.Builder Modifier and Type Method Description static DestinationBackup.BuilderDestinationBackup. builder()DestinationBackup.BuilderDestinationBackup.Builder. createTimestamp(Instant createTimestamp)The date and time when both the source backup was created.DestinationBackup.BuilderDestinationBackup.Builder. sourceBackup(String sourceBackup)The identifier (ID) of the source backup from which the new backup was copied.DestinationBackup.BuilderDestinationBackup.Builder. sourceCluster(String sourceCluster)The identifier (ID) of the cluster containing the source backup from which the new backup was copied.DestinationBackup.BuilderDestinationBackup.Builder. sourceRegion(String sourceRegion)The AWS region that contains the source backup from which the new backup was copied.DestinationBackup.BuilderDestinationBackup. toBuilder()Methods in software.amazon.awssdk.services.cloudhsmv2.model that return types with arguments of type DestinationBackup.Builder Modifier and Type Method Description static Class<? extends DestinationBackup.Builder>DestinationBackup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudhsmv2.model with type arguments of type DestinationBackup.Builder Modifier and Type Method Description default CopyBackupToRegionResponse.BuilderCopyBackupToRegionResponse.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.
-