Class CreateManagementStationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.CreateManagementStationDetails.Builder
 
- 
- Enclosing class:
- CreateManagementStationDetails
 
 public static class CreateManagementStationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateManagementStationDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the management station.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic 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
 
 - 
descriptionpublic 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
 
 - 
hostnamepublic CreateManagementStationDetails.Builder hostname(String hostname) Hostname of the management station.- Parameters:
- hostname- the value to set
- Returns:
- this builder
 
 - 
isAutoConfigEnabledpublic 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
 
 - 
proxypublic CreateManagementStationDetails.Builder proxy(CreateProxyConfigurationDetails proxy) 
 - 
mirrorpublic CreateManagementStationDetails.Builder mirror(CreateMirrorConfigurationDetails mirror) 
 - 
freeformTagspublic 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
 
 - 
definedTagspublic 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
 
 - 
buildpublic CreateManagementStationDetails build() 
 - 
copypublic CreateManagementStationDetails.Builder copy(CreateManagementStationDetails model) 
 
- 
 
-