Class UpdateManagementStationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.UpdateManagementStationDetails.Builder
-
- Enclosing class:
- UpdateManagementStationDetails
public static class UpdateManagementStationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public 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
-
description
public 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
-
hostname
public UpdateManagementStationDetails.Builder hostname(String hostname)
Hostname of the management station.- Parameters:
hostname
- the value to set- Returns:
- this builder
-
isAutoConfigEnabled
public 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
-
proxy
public UpdateManagementStationDetails.Builder proxy(UpdateProxyConfigurationDetails proxy)
-
mirror
public UpdateManagementStationDetails.Builder mirror(UpdateMirrorConfigurationDetails mirror)
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateManagementStationDetails build()
-
copy
public UpdateManagementStationDetails.Builder copy(UpdateManagementStationDetails model)
-
-