public static class DesktopPoolSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DesktopPoolSummary.Builder |
activeDesktops(Integer activeDesktops)
The number of active desktops in the desktop pool.
|
DesktopPoolSummary |
build() |
DesktopPoolSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment which will contain the desktop pool.
|
DesktopPoolSummary.Builder |
contactDetails(String contactDetails)
Contact information of the desktop pool administrator.
|
DesktopPoolSummary.Builder |
copy(DesktopPoolSummary model) |
DesktopPoolSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DesktopPoolSummary.Builder |
displayName(String displayName)
A user friendly display name.
|
DesktopPoolSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DesktopPoolSummary.Builder |
id(String id)
The OCID of the desktop pool.
|
DesktopPoolSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the desktop pool.
|
DesktopPoolSummary.Builder |
maximumSize(Integer maximumSize)
The maximum number of desktops permitted in the desktop pool.
|
DesktopPoolSummary.Builder |
timeCreated(Date timeCreated)
The date and time the resource was created.
|
public DesktopPoolSummary.Builder id(String id)
The OCID of the desktop pool.
id
- the value to setpublic DesktopPoolSummary.Builder displayName(String displayName)
A user friendly display name. Avoid entering confidential information.
displayName
- the value to setpublic DesktopPoolSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the desktop pool.
lifecycleState
- the value to setpublic DesktopPoolSummary.Builder maximumSize(Integer maximumSize)
The maximum number of desktops permitted in the desktop pool.
maximumSize
- the value to setpublic DesktopPoolSummary.Builder activeDesktops(Integer activeDesktops)
The number of active desktops in the desktop pool.
activeDesktops
- the value to setpublic DesktopPoolSummary.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 DesktopPoolSummary.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 DesktopPoolSummary.Builder contactDetails(String contactDetails)
Contact information of the desktop pool administrator. Avoid entering confidential information.
contactDetails
- the value to setpublic DesktopPoolSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment which will contain the desktop pool.
compartmentId
- the value to setpublic DesktopPoolSummary.Builder timeCreated(Date timeCreated)
The date and time the resource was created.
timeCreated
- the value to setpublic DesktopPoolSummary build()
public DesktopPoolSummary.Builder copy(DesktopPoolSummary model)
Copyright © 2016–2024. All rights reserved.