Class CreateManagementStationDetails.Builder
- java.lang.Object
 - 
- com.oracle.bmc.osmanagementhub.model.CreateManagementStationDetails.Builder
 
 
- 
- Enclosing class:
 - CreateManagementStationDetails
 
public static class CreateManagementStationDetails.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
 
 - 
 
- 
- 
Method Detail
- 
compartmentId
public CreateManagementStationDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the management station.- Parameters:
 compartmentId- the value to set- Returns:
 - this builder
 
 
- 
displayName
public CreateManagementStationDetails.Builder displayName(String displayName)
User-friendly name for the management station.Does not have to be unique and you can change the name later. Avoid entering confidential information.
- Parameters:
 displayName- the value to set- Returns:
 - this builder
 
 
- 
description
public CreateManagementStationDetails.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 CreateManagementStationDetails.Builder hostname(String hostname)
Hostname of the management station.- Parameters:
 hostname- the value to set- Returns:
 - this builder
 
 
- 
isAutoConfigEnabled
public CreateManagementStationDetails.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 CreateManagementStationDetails.Builder proxy(CreateProxyConfigurationDetails proxy)
 
- 
mirror
public CreateManagementStationDetails.Builder mirror(CreateMirrorConfigurationDetails mirror)
 
- 
freeformTags
public CreateManagementStationDetails.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 CreateManagementStationDetails.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 CreateManagementStationDetails build()
 
- 
copy
public CreateManagementStationDetails.Builder copy(CreateManagementStationDetails model)
 
 - 
 
 -