Class StorageRestoreParameters


  • public class StorageRestoreParameters
    extends Object
    The secret restore parameters.
    • Constructor Detail

      • StorageRestoreParameters

        public StorageRestoreParameters()
    • Method Detail

      • storageBundleBackup

        public byte[] storageBundleBackup()
        Get the storageBundleBackup value.
        Returns:
        the storageBundleBackup value
      • withStorageBundleBackup

        public StorageRestoreParameters withStorageBundleBackup​(byte[] storageBundleBackup)
        Set the storageBundleBackup value.
        Parameters:
        storageBundleBackup - the storageBundleBackup value to set
        Returns:
        the StorageRestoreParameters object itself.