public static final class MacOSDeviceFeaturesConfiguration.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MacOSDeviceFeaturesConfiguration.Builder |
adminShowHostInfo(Boolean adminShowHostInfo)
“Whether to show admin host information on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
airPrintDestinations(AirPrintDestination... airPrintDestinations) |
MacOSDeviceFeaturesConfiguration.Builder |
airPrintDestinations(List<AirPrintDestination> airPrintDestinations) |
MacOSDeviceFeaturesConfiguration.Builder |
airPrintDestinationsNextLink(String airPrintDestinationsNextLink) |
MacOSDeviceFeaturesConfiguration.Builder |
associatedDomains(KeyValuePair... associatedDomains)
“Gets or sets a list that maps apps to their associated domains.
|
MacOSDeviceFeaturesConfiguration.Builder |
associatedDomains(List<KeyValuePair> associatedDomains)
“Gets or sets a list that maps apps to their associated domains.
|
MacOSDeviceFeaturesConfiguration.Builder |
associatedDomainsNextLink(String associatedDomainsNextLink)
“Gets or sets a list that maps apps to their associated domains.
|
MacOSDeviceFeaturesConfiguration.Builder |
authorizedUsersListHidden(Boolean authorizedUsersListHidden)
“Whether to show the name and password dialog or a list of users on the login
window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
authorizedUsersListHideAdminUsers(Boolean authorizedUsersListHideAdminUsers)
“Whether to hide admin users in the authorized users list on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
authorizedUsersListHideLocalUsers(Boolean authorizedUsersListHideLocalUsers)
“Whether to show only network and system users in the authorized users list on
the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
authorizedUsersListHideMobileAccounts(Boolean authorizedUsersListHideMobileAccounts)
“Whether to hide mobile users in the authorized users list on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
authorizedUsersListIncludeNetworkUsers(Boolean authorizedUsersListIncludeNetworkUsers)
“Whether to show network users in the authorized users list on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
authorizedUsersListShowOtherManagedUsers(Boolean authorizedUsersListShowOtherManagedUsers)
“Whether to show other users in the authorized users list on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
autoLaunchItems(List<MacOSLaunchItem> autoLaunchItems)
“List of applications, files, folders, and other items to launch when the user
logs in.
|
MacOSDeviceFeaturesConfiguration.Builder |
autoLaunchItems(MacOSLaunchItem... autoLaunchItems)
“List of applications, files, folders, and other items to launch when the user
logs in.
|
MacOSDeviceFeaturesConfiguration.Builder |
autoLaunchItemsNextLink(String autoLaunchItemsNextLink)
“List of applications, files, folders, and other items to launch when the user
logs in.
|
MacOSDeviceFeaturesConfiguration |
build() |
MacOSDeviceFeaturesConfiguration.Builder |
consoleAccessDisabled(Boolean consoleAccessDisabled)
“Whether the Other user will disregard use of the `>console> special user name.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingBlockDeletion(Boolean contentCachingBlockDeletion)
“Prevents content caches from purging content to free up disk space for other
apps.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingClientListenRanges(IpRange... contentCachingClientListenRanges)
“A list of custom IP ranges content caches will use to listen for clients.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingClientListenRanges(List<IpRange> contentCachingClientListenRanges)
“A list of custom IP ranges content caches will use to listen for clients.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingClientListenRangesNextLink(String contentCachingClientListenRangesNextLink)
“A list of custom IP ranges content caches will use to listen for clients.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingClientPolicy(MacOSContentCachingClientPolicy contentCachingClientPolicy)
“Determines the method in which content caching servers will listen for clients.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingDataPath(String contentCachingDataPath)
“The path to the directory used to store cached content.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingDisableConnectionSharing(Boolean contentCachingDisableConnectionSharing)
“Disables internet connection sharing.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingEnabled(Boolean contentCachingEnabled)
“Enables content caching and prevents it from being disabled by the user.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingForceConnectionSharing(Boolean contentCachingForceConnectionSharing)
“Forces internet connection sharing.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingKeepAwake(Boolean contentCachingKeepAwake)
“Prevent the device from sleeping if content caching is enabled.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingLogClientIdentities(Boolean contentCachingLogClientIdentities)
“Enables logging of IP addresses and ports of clients that request cached content
.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingMaxSizeBytes(Integer contentCachingMaxSizeBytes)
“The maximum number of bytes of disk space that will be used for the content
cache.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingParents(List<String> contentCachingParents)
“A list of IP addresses representing parent content caches.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingParents(String... contentCachingParents)
“A list of IP addresses representing parent content caches.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingParentSelectionPolicy(MacOSContentCachingParentSelectionPolicy contentCachingParentSelectionPolicy)
“Determines the method in which content caching servers will select parents if
multiple are present.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingParentsNextLink(String contentCachingParentsNextLink)
“A list of IP addresses representing parent content caches.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPeerFilterRanges(IpRange... contentCachingPeerFilterRanges)
“A list of custom IP ranges content caches will use to query for content from
peers caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPeerFilterRanges(List<IpRange> contentCachingPeerFilterRanges)
“A list of custom IP ranges content caches will use to query for content from
peers caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPeerFilterRangesNextLink(String contentCachingPeerFilterRangesNextLink)
“A list of custom IP ranges content caches will use to query for content from
peers caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPeerListenRanges(IpRange... contentCachingPeerListenRanges)
“A list of custom IP ranges content caches will use to listen for peer caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPeerListenRanges(List<IpRange> contentCachingPeerListenRanges)
“A list of custom IP ranges content caches will use to listen for peer caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPeerListenRangesNextLink(String contentCachingPeerListenRangesNextLink)
“A list of custom IP ranges content caches will use to listen for peer caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPeerPolicy(MacOSContentCachingPeerPolicy contentCachingPeerPolicy)
“Determines the method in which content caches peer with other caches.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPort(Integer contentCachingPort)
“Sets the port used for content caching.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPublicRanges(IpRange... contentCachingPublicRanges)
“A list of custom IP ranges that Apple's content caching service should use to
match clients to content caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPublicRanges(List<IpRange> contentCachingPublicRanges)
“A list of custom IP ranges that Apple's content caching service should use to
match clients to content caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingPublicRangesNextLink(String contentCachingPublicRangesNextLink)
“A list of custom IP ranges that Apple's content caching service should use to
match clients to content caches.
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingShowAlerts(Boolean contentCachingShowAlerts)
“Display content caching alerts as system notifications.”
|
MacOSDeviceFeaturesConfiguration.Builder |
contentCachingType(MacOSContentCachingType contentCachingType)
“Determines what type of content is allowed to be cached by Apple's content
caching service.”
|
MacOSDeviceFeaturesConfiguration.Builder |
createdDateTime(OffsetDateTime createdDateTime) |
MacOSDeviceFeaturesConfiguration.Builder |
description(String description) |
MacOSDeviceFeaturesConfiguration.Builder |
deviceManagementApplicabilityRuleDeviceMode(DeviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode) |
MacOSDeviceFeaturesConfiguration.Builder |
deviceManagementApplicabilityRuleOsEdition(DeviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition) |
MacOSDeviceFeaturesConfiguration.Builder |
deviceManagementApplicabilityRuleOsVersion(DeviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion) |
MacOSDeviceFeaturesConfiguration.Builder |
displayName(String displayName) |
MacOSDeviceFeaturesConfiguration.Builder |
id(String id) |
MacOSDeviceFeaturesConfiguration.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
MacOSDeviceFeaturesConfiguration.Builder |
loginWindowText(String loginWindowText)
“Custom text to be displayed on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
logOutDisabledWhileLoggedIn(Boolean logOutDisabledWhileLoggedIn)
“Whether the Log Out menu item on the login window will be disabled while the
user is logged in.”
|
MacOSDeviceFeaturesConfiguration.Builder |
macOSSingleSignOnExtension(MacOSSingleSignOnExtension macOSSingleSignOnExtension)
“Gets or sets a single sign-on extension profile.”
|
MacOSDeviceFeaturesConfiguration.Builder |
powerOffDisabledWhileLoggedIn(Boolean powerOffDisabledWhileLoggedIn)
“Whether the Power Off menu item on the login window will be disabled while the
user is logged in.”
|
MacOSDeviceFeaturesConfiguration.Builder |
restartDisabled(Boolean restartDisabled)
“Whether to hide the Restart button item on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
restartDisabledWhileLoggedIn(Boolean restartDisabledWhileLoggedIn)
“Whether the Restart menu item on the login window will be disabled while the
user is logged in.”
|
MacOSDeviceFeaturesConfiguration.Builder |
roleScopeTagIds(List<String> roleScopeTagIds) |
MacOSDeviceFeaturesConfiguration.Builder |
roleScopeTagIds(String... roleScopeTagIds) |
MacOSDeviceFeaturesConfiguration.Builder |
roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink) |
MacOSDeviceFeaturesConfiguration.Builder |
screenLockDisableImmediate(Boolean screenLockDisableImmediate)
“Whether to disable the immediate screen lock functions.”
|
MacOSDeviceFeaturesConfiguration.Builder |
shutDownDisabled(Boolean shutDownDisabled)
“Whether to hide the Shut Down button item on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
shutDownDisabledWhileLoggedIn(Boolean shutDownDisabledWhileLoggedIn)
“Whether the Shut Down menu item on the login window will be disabled while the
user is logged in.”
|
MacOSDeviceFeaturesConfiguration.Builder |
singleSignOnExtension(SingleSignOnExtension singleSignOnExtension)
“Gets or sets a single sign-on extension profile.
|
MacOSDeviceFeaturesConfiguration.Builder |
sleepDisabled(Boolean sleepDisabled)
“Whether to hide the Sleep menu item on the login window.”
|
MacOSDeviceFeaturesConfiguration.Builder |
supportsScopeTags(Boolean supportsScopeTags) |
MacOSDeviceFeaturesConfiguration.Builder |
version(Integer version) |
public MacOSDeviceFeaturesConfiguration.Builder id(String id)
public MacOSDeviceFeaturesConfiguration.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public MacOSDeviceFeaturesConfiguration.Builder roleScopeTagIds(List<String> roleScopeTagIds)
public MacOSDeviceFeaturesConfiguration.Builder roleScopeTagIds(String... roleScopeTagIds)
public MacOSDeviceFeaturesConfiguration.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
public MacOSDeviceFeaturesConfiguration.Builder supportsScopeTags(Boolean supportsScopeTags)
public MacOSDeviceFeaturesConfiguration.Builder deviceManagementApplicabilityRuleOsEdition(DeviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition)
public MacOSDeviceFeaturesConfiguration.Builder deviceManagementApplicabilityRuleOsVersion(DeviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion)
public MacOSDeviceFeaturesConfiguration.Builder deviceManagementApplicabilityRuleDeviceMode(DeviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode)
public MacOSDeviceFeaturesConfiguration.Builder createdDateTime(OffsetDateTime createdDateTime)
public MacOSDeviceFeaturesConfiguration.Builder description(String description)
public MacOSDeviceFeaturesConfiguration.Builder displayName(String displayName)
public MacOSDeviceFeaturesConfiguration.Builder version(Integer version)
public MacOSDeviceFeaturesConfiguration.Builder airPrintDestinations(List<AirPrintDestination> airPrintDestinations)
public MacOSDeviceFeaturesConfiguration.Builder airPrintDestinations(AirPrintDestination... airPrintDestinations)
public MacOSDeviceFeaturesConfiguration.Builder airPrintDestinationsNextLink(String airPrintDestinationsNextLink)
public MacOSDeviceFeaturesConfiguration.Builder autoLaunchItems(List<MacOSLaunchItem> autoLaunchItems)
autoLaunchItems - value of autoLaunchItems property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder autoLaunchItems(MacOSLaunchItem... autoLaunchItems)
autoLaunchItems - value of autoLaunchItems property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder autoLaunchItemsNextLink(String autoLaunchItemsNextLink)
autoLaunchItemsNextLink - value of autoLaunchItems@nextLink property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder adminShowHostInfo(Boolean adminShowHostInfo)
adminShowHostInfo - value of adminShowHostInfo property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder loginWindowText(String loginWindowText)
loginWindowText - value of loginWindowText property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder authorizedUsersListHidden(Boolean authorizedUsersListHidden)
authorizedUsersListHidden - value of authorizedUsersListHidden property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder authorizedUsersListHideLocalUsers(Boolean authorizedUsersListHideLocalUsers)
authorizedUsersListHideLocalUsers - value of authorizedUsersListHideLocalUsers property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder authorizedUsersListHideMobileAccounts(Boolean authorizedUsersListHideMobileAccounts)
authorizedUsersListHideMobileAccounts - value of authorizedUsersListHideMobileAccounts property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder authorizedUsersListIncludeNetworkUsers(Boolean authorizedUsersListIncludeNetworkUsers)
authorizedUsersListIncludeNetworkUsers - value of authorizedUsersListIncludeNetworkUsers property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder authorizedUsersListHideAdminUsers(Boolean authorizedUsersListHideAdminUsers)
authorizedUsersListHideAdminUsers - value of authorizedUsersListHideAdminUsers property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder authorizedUsersListShowOtherManagedUsers(Boolean authorizedUsersListShowOtherManagedUsers)
authorizedUsersListShowOtherManagedUsers - value of authorizedUsersListShowOtherManagedUsers property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder shutDownDisabled(Boolean shutDownDisabled)
shutDownDisabled - value of shutDownDisabled property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder restartDisabled(Boolean restartDisabled)
restartDisabled - value of restartDisabled property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder sleepDisabled(Boolean sleepDisabled)
sleepDisabled - value of sleepDisabled property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder consoleAccessDisabled(Boolean consoleAccessDisabled)
consoleAccessDisabled - value of consoleAccessDisabled property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder shutDownDisabledWhileLoggedIn(Boolean shutDownDisabledWhileLoggedIn)
shutDownDisabledWhileLoggedIn - value of shutDownDisabledWhileLoggedIn property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder restartDisabledWhileLoggedIn(Boolean restartDisabledWhileLoggedIn)
restartDisabledWhileLoggedIn - value of restartDisabledWhileLoggedIn property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder powerOffDisabledWhileLoggedIn(Boolean powerOffDisabledWhileLoggedIn)
powerOffDisabledWhileLoggedIn - value of powerOffDisabledWhileLoggedIn property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder logOutDisabledWhileLoggedIn(Boolean logOutDisabledWhileLoggedIn)
logOutDisabledWhileLoggedIn - value of logOutDisabledWhileLoggedIn property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder screenLockDisableImmediate(Boolean screenLockDisableImmediate)
screenLockDisableImmediate - value of screenLockDisableImmediate property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder associatedDomains(List<KeyValuePair> associatedDomains)
associatedDomains - value of associatedDomains property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder associatedDomains(KeyValuePair... associatedDomains)
associatedDomains - value of associatedDomains property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder associatedDomainsNextLink(String associatedDomainsNextLink)
associatedDomainsNextLink - value of associatedDomains@nextLink property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder singleSignOnExtension(SingleSignOnExtension singleSignOnExtension)
singleSignOnExtension - value of singleSignOnExtension property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder macOSSingleSignOnExtension(MacOSSingleSignOnExtension macOSSingleSignOnExtension)
macOSSingleSignOnExtension - value of macOSSingleSignOnExtension property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingEnabled(Boolean contentCachingEnabled)
contentCachingEnabled - value of contentCachingEnabled property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingType(MacOSContentCachingType contentCachingType)
contentCachingType - value of contentCachingType property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingMaxSizeBytes(Integer contentCachingMaxSizeBytes)
contentCachingMaxSizeBytes - value of contentCachingMaxSizeBytes property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingDataPath(String contentCachingDataPath)
contentCachingDataPath - value of contentCachingDataPath property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingDisableConnectionSharing(Boolean contentCachingDisableConnectionSharing)
contentCachingDisableConnectionSharing - value of contentCachingDisableConnectionSharing property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingForceConnectionSharing(Boolean contentCachingForceConnectionSharing)
contentCachingForceConnectionSharing - value of contentCachingForceConnectionSharing property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingClientPolicy(MacOSContentCachingClientPolicy contentCachingClientPolicy)
contentCachingClientPolicy - value of contentCachingClientPolicy property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingClientListenRanges(List<IpRange> contentCachingClientListenRanges)
contentCachingClientListenRanges - value of contentCachingClientListenRanges property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingClientListenRanges(IpRange... contentCachingClientListenRanges)
contentCachingClientListenRanges - value of contentCachingClientListenRanges property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingClientListenRangesNextLink(String contentCachingClientListenRangesNextLink)
contentCachingClientListenRangesNextLink - value of contentCachingClientListenRanges@nextLink property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPeerPolicy(MacOSContentCachingPeerPolicy contentCachingPeerPolicy)
contentCachingPeerPolicy - value of contentCachingPeerPolicy property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPeerListenRanges(List<IpRange> contentCachingPeerListenRanges)
contentCachingPeerListenRanges - value of contentCachingPeerListenRanges property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPeerListenRanges(IpRange... contentCachingPeerListenRanges)
contentCachingPeerListenRanges - value of contentCachingPeerListenRanges property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPeerListenRangesNextLink(String contentCachingPeerListenRangesNextLink)
contentCachingPeerListenRangesNextLink - value of contentCachingPeerListenRanges@nextLink property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPeerFilterRanges(List<IpRange> contentCachingPeerFilterRanges)
contentCachingPeerFilterRanges - value of contentCachingPeerFilterRanges property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPeerFilterRanges(IpRange... contentCachingPeerFilterRanges)
contentCachingPeerFilterRanges - value of contentCachingPeerFilterRanges property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPeerFilterRangesNextLink(String contentCachingPeerFilterRangesNextLink)
contentCachingPeerFilterRangesNextLink - value of contentCachingPeerFilterRanges@nextLink property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingParentSelectionPolicy(MacOSContentCachingParentSelectionPolicy contentCachingParentSelectionPolicy)
contentCachingParentSelectionPolicy - value of contentCachingParentSelectionPolicy property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingParents(List<String> contentCachingParents)
contentCachingParents - value of contentCachingParents property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingParents(String... contentCachingParents)
contentCachingParents - value of contentCachingParents property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingParentsNextLink(String contentCachingParentsNextLink)
contentCachingParentsNextLink - value of contentCachingParents@nextLink property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingLogClientIdentities(Boolean contentCachingLogClientIdentities)
contentCachingLogClientIdentities - value of contentCachingLogClientIdentities property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPublicRanges(List<IpRange> contentCachingPublicRanges)
contentCachingPublicRanges - value of contentCachingPublicRanges property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPublicRanges(IpRange... contentCachingPublicRanges)
contentCachingPublicRanges - value of contentCachingPublicRanges property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPublicRangesNextLink(String contentCachingPublicRangesNextLink)
contentCachingPublicRangesNextLink - value of contentCachingPublicRanges@nextLink property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingBlockDeletion(Boolean contentCachingBlockDeletion)
contentCachingBlockDeletion - value of contentCachingBlockDeletion property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingShowAlerts(Boolean contentCachingShowAlerts)
contentCachingShowAlerts - value of contentCachingShowAlerts property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingKeepAwake(Boolean contentCachingKeepAwake)
contentCachingKeepAwake - value of contentCachingKeepAwake property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration.Builder contentCachingPort(Integer contentCachingPort)
contentCachingPort - value of contentCachingPort property (as defined in service metadata)this (for method chaining)public MacOSDeviceFeaturesConfiguration build()
Copyright © 2018–2020. All rights reserved.