public static class UpdateDesktopPoolDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateDesktopPoolDetails.Builder displayName(String displayName)
A user friendly display name. Avoid entering confidential information.
displayName
- the value to setpublic UpdateDesktopPoolDetails.Builder description(String description)
A user friendly description providing additional information about the resource. Avoid entering confidential information.
description
- the value to setpublic UpdateDesktopPoolDetails.Builder maximumSize(Integer maximumSize)
The maximum number of desktops permitted in the desktop pool.
maximumSize
- the value to setpublic UpdateDesktopPoolDetails.Builder standbySize(Integer standbySize)
The maximum number of standby desktops available in the desktop pool.
standbySize
- the value to setpublic UpdateDesktopPoolDetails.Builder devicePolicy(DesktopDevicePolicy devicePolicy)
public UpdateDesktopPoolDetails.Builder availabilityPolicy(DesktopAvailabilityPolicy availabilityPolicy)
public UpdateDesktopPoolDetails.Builder contactDetails(String contactDetails)
Contact information of the desktop pool administrator. Avoid entering confidential information.
contactDetails
- the value to setpublic UpdateDesktopPoolDetails.Builder timeStartScheduled(Date timeStartScheduled)
The start time of the desktop pool.
timeStartScheduled
- the value to setpublic UpdateDesktopPoolDetails.Builder timeStopScheduled(Date timeStopScheduled)
The stop time of the desktop pool.
timeStopScheduled
- the value to setpublic UpdateDesktopPoolDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic UpdateDesktopPoolDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic UpdateDesktopPoolDetails.Builder sessionLifecycleActions(UpdateDesktopPoolDesktopSessionLifecycleActions sessionLifecycleActions)
public UpdateDesktopPoolDetails build()
public UpdateDesktopPoolDetails.Builder copy(UpdateDesktopPoolDetails model)
Copyright © 2016–2024. All rights reserved.