Class UpdateManagementStationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.UpdateManagementStationDetails.Builder
 
- 
- Enclosing class:
- UpdateManagementStationDetails
 
 public static class UpdateManagementStationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateManagementStationDetails.Builder displayName(String displayName) User-friendly name for the management station.Does not have to be unique. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateManagementStationDetails.Builder description(String description) User-specified description of the management station.Avoid entering confidential information. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
hostnamepublic UpdateManagementStationDetails.Builder hostname(String hostname) Hostname of the management station.- Parameters:
- hostname- the value to set
- Returns:
- this builder
 
 - 
isAutoConfigEnabledpublic UpdateManagementStationDetails.Builder isAutoConfigEnabled(Boolean isAutoConfigEnabled) When enabled, the station setup script automatically runs to configure the firewall and SELinux settings on the station.- Parameters:
- isAutoConfigEnabled- the value to set
- Returns:
- this builder
 
 - 
proxypublic UpdateManagementStationDetails.Builder proxy(UpdateProxyConfigurationDetails proxy) 
 - 
mirrorpublic UpdateManagementStationDetails.Builder mirror(UpdateMirrorConfigurationDetails mirror) 
 - 
freeformTagspublic UpdateManagementStationDetails.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateManagementStationDetails.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateManagementStationDetails build() 
 - 
copypublic UpdateManagementStationDetails.Builder copy(UpdateManagementStationDetails model) 
 
- 
 
-