Class BitLockerFixedDrivePolicy.Builder

    • Method Detail

      • encryptionMethod

        public BitLockerFixedDrivePolicy.Builder encryptionMethod​(BitLockerEncryptionMethod encryptionMethod)
        “Select the encryption method for fixed drives.”
        Parameters:
        encryptionMethod - value of encryptionMethod property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • recoveryOptions

        public BitLockerFixedDrivePolicy.Builder recoveryOptions​(BitLockerRecoveryOptions recoveryOptions)
        “This policy setting allows you to control how BitLocker-protected fixed data drives are recovered in the absence of the required credentials. This policy setting is applied when you turn on BitLocker.”
        Parameters:
        recoveryOptions - value of recoveryOptions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • requireEncryptionForWriteAccess

        public BitLockerFixedDrivePolicy.Builder requireEncryptionForWriteAccess​(Boolean requireEncryptionForWriteAccess)
        “This policy setting determines whether BitLocker protection is required for fixed data drives to be writable on a computer.”
        Parameters:
        requireEncryptionForWriteAccess - value of requireEncryptionForWriteAccess property (as defined in service metadata)
        Returns:
        this (for method chaining)