public static final class SharedPCAccountManagerPolicy.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
SharedPCAccountManagerPolicy.Builder |
accountDeletionPolicy(SharedPCAccountDeletionPolicyType accountDeletionPolicy)
“Configures when accounts are deleted.”
|
SharedPCAccountManagerPolicy |
build() |
SharedPCAccountManagerPolicy.Builder |
cacheAccountsAboveDiskFreePercentage(Integer cacheAccountsAboveDiskFreePercentage)
“Sets the percentage of available disk space a PC should have before it stops
deleting cached shared PC accounts.
|
SharedPCAccountManagerPolicy.Builder |
inactiveThresholdDays(Integer inactiveThresholdDays)
“Specifies when the accounts will start being deleted when they have not been
logged on during the specified period, given as number of days.
|
SharedPCAccountManagerPolicy.Builder |
removeAccountsBelowDiskFreePercentage(Integer removeAccountsBelowDiskFreePercentage)
“Sets the percentage of disk space remaining on a PC before cached accounts will
be deleted to free disk space.
|
public SharedPCAccountManagerPolicy.Builder accountDeletionPolicy(SharedPCAccountDeletionPolicyType accountDeletionPolicy)
accountDeletionPolicy - value of accountDeletionPolicy property (as defined in service metadata)this (for method chaining)public SharedPCAccountManagerPolicy.Builder cacheAccountsAboveDiskFreePercentage(Integer cacheAccountsAboveDiskFreePercentage)
cacheAccountsAboveDiskFreePercentage - value of cacheAccountsAboveDiskFreePercentage property (as defined in service metadata)this (for method chaining)public SharedPCAccountManagerPolicy.Builder inactiveThresholdDays(Integer inactiveThresholdDays)
inactiveThresholdDays - value of inactiveThresholdDays property (as defined in service metadata)this (for method chaining)public SharedPCAccountManagerPolicy.Builder removeAccountsBelowDiskFreePercentage(Integer removeAccountsBelowDiskFreePercentage)
removeAccountsBelowDiskFreePercentage - value of removeAccountsBelowDiskFreePercentage property (as defined in service metadata)this (for method chaining)public SharedPCAccountManagerPolicy build()
Copyright © 2018–2020. All rights reserved.