Class BitLockerRecoveryOptions.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.BitLockerRecoveryOptions.Builder
-
- Enclosing class:
- BitLockerRecoveryOptions
public static final class BitLockerRecoveryOptions.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitLockerRecoveryOptions.BuilderblockDataRecoveryAgent(Boolean blockDataRecoveryAgent)“Indicates whether to block certificate-based data recovery agent.”BitLockerRecoveryOptionsbuild()BitLockerRecoveryOptions.BuilderenableBitLockerAfterRecoveryInformationToStore(Boolean enableBitLockerAfterRecoveryInformationToStore)“Indicates whether or not to enable BitLocker until recovery information is stored in AD DS.”BitLockerRecoveryOptions.BuilderenableRecoveryInformationSaveToStore(Boolean enableRecoveryInformationSaveToStore)“Indicates whether or not to allow BitLocker recovery information to store in AD DS.”BitLockerRecoveryOptions.BuilderhideRecoveryOptions(Boolean hideRecoveryOptions)“Indicates whether or not to allow showing recovery options in BitLocker Setup Wizard for fixed or system disk.”BitLockerRecoveryOptions.BuilderrecoveryInformationToStore(BitLockerRecoveryInformationType recoveryInformationToStore)“Configure what pieces of BitLocker recovery information are stored to AD DS.”BitLockerRecoveryOptions.BuilderrecoveryKeyUsage(ConfigurationUsage recoveryKeyUsage)“Indicates whether users are allowed or required to generate a 256-bit recovery key for fixed or system disk.”BitLockerRecoveryOptions.BuilderrecoveryPasswordUsage(ConfigurationUsage recoveryPasswordUsage)“Indicates whether users are allowed or required to generate a 48-digit recovery password for fixed or system disk.”
-
-
-
Method Detail
-
blockDataRecoveryAgent
public BitLockerRecoveryOptions.Builder blockDataRecoveryAgent(Boolean blockDataRecoveryAgent)
“Indicates whether to block certificate-based data recovery agent.”- Parameters:
blockDataRecoveryAgent- value ofblockDataRecoveryAgentproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
enableBitLockerAfterRecoveryInformationToStore
public BitLockerRecoveryOptions.Builder enableBitLockerAfterRecoveryInformationToStore(Boolean enableBitLockerAfterRecoveryInformationToStore)
“Indicates whether or not to enable BitLocker until recovery information is stored in AD DS.”- Parameters:
enableBitLockerAfterRecoveryInformationToStore- value ofenableBitLockerAfterRecoveryInformationToStoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
enableRecoveryInformationSaveToStore
public BitLockerRecoveryOptions.Builder enableRecoveryInformationSaveToStore(Boolean enableRecoveryInformationSaveToStore)
“Indicates whether or not to allow BitLocker recovery information to store in AD DS.”- Parameters:
enableRecoveryInformationSaveToStore- value ofenableRecoveryInformationSaveToStoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
hideRecoveryOptions
public BitLockerRecoveryOptions.Builder hideRecoveryOptions(Boolean hideRecoveryOptions)
“Indicates whether or not to allow showing recovery options in BitLocker Setup Wizard for fixed or system disk.”- Parameters:
hideRecoveryOptions- value ofhideRecoveryOptionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
recoveryInformationToStore
public BitLockerRecoveryOptions.Builder recoveryInformationToStore(BitLockerRecoveryInformationType recoveryInformationToStore)
“Configure what pieces of BitLocker recovery information are stored to AD DS.”- Parameters:
recoveryInformationToStore- value ofrecoveryInformationToStoreproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
recoveryKeyUsage
public BitLockerRecoveryOptions.Builder recoveryKeyUsage(ConfigurationUsage recoveryKeyUsage)
“Indicates whether users are allowed or required to generate a 256-bit recovery key for fixed or system disk.”- Parameters:
recoveryKeyUsage- value ofrecoveryKeyUsageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
recoveryPasswordUsage
public BitLockerRecoveryOptions.Builder recoveryPasswordUsage(ConfigurationUsage recoveryPasswordUsage)
“Indicates whether users are allowed or required to generate a 48-digit recovery password for fixed or system disk.”- Parameters:
recoveryPasswordUsage- value ofrecoveryPasswordUsageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public BitLockerRecoveryOptions build()
-
-