Class BitLockerFixedDrivePolicy.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.BitLockerFixedDrivePolicy.Builder
-
- Enclosing class:
- BitLockerFixedDrivePolicy
public static final class BitLockerFixedDrivePolicy.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitLockerFixedDrivePolicybuild()BitLockerFixedDrivePolicy.BuilderencryptionMethod(BitLockerEncryptionMethod encryptionMethod)“Select the encryption method for fixed drives.”BitLockerFixedDrivePolicy.BuilderrecoveryOptions(BitLockerRecoveryOptions recoveryOptions)“This policy setting allows you to control how BitLocker-protected fixed data drives are recovered in the absence of the required credentials.BitLockerFixedDrivePolicy.BuilderrequireEncryptionForWriteAccess(Boolean requireEncryptionForWriteAccess)“This policy setting determines whether BitLocker protection is required for fixed data drives to be writable on a computer.”
-
-
-
Method Detail
-
encryptionMethod
public BitLockerFixedDrivePolicy.Builder encryptionMethod(BitLockerEncryptionMethod encryptionMethod)
“Select the encryption method for fixed drives.”- Parameters:
encryptionMethod- value ofencryptionMethodproperty (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 ofrecoveryOptionsproperty (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 ofrequireEncryptionForWriteAccessproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public BitLockerFixedDrivePolicy build()
-
-