Class SecretRestoreParameters


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

      • SecretRestoreParameters

        public SecretRestoreParameters()
    • Method Detail

      • secretBundleBackup

        public byte[] secretBundleBackup()
        Get the secretBundleBackup value.
        Returns:
        the secretBundleBackup value
      • withSecretBundleBackup

        public SecretRestoreParameters withSecretBundleBackup​(byte[] secretBundleBackup)
        Set the secretBundleBackup value.
        Parameters:
        secretBundleBackup - the secretBundleBackup value to set
        Returns:
        the SecretRestoreParameters object itself.