Class UpdateManagedInstanceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.UpdateManagedInstanceDetails.Builder
 
- 
- Enclosing class:
- UpdateManagedInstanceDetails
 
 public static class UpdateManagedInstanceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateManagedInstanceDetails.BuilderautonomousSettings(UpdatableAutonomousSettings autonomousSettings)UpdateManagedInstanceDetailsbuild()UpdateManagedInstanceDetails.Buildercopy(UpdateManagedInstanceDetails model)UpdateManagedInstanceDetails.Builderdescription(String description)User-specified description of the managed instance.UpdateManagedInstanceDetails.BuildernotificationTopicId(String notificationTopicId)The OCID for the Oracle Notifications service (ONS) topic.UpdateManagedInstanceDetails.BuilderprimaryManagementStationId(String primaryManagementStationId)The OCID of the management station for the instance to use as primary management station.UpdateManagedInstanceDetails.BuildersecondaryManagementStationId(String secondaryManagementStationId)The OCID of the management station for the instance to use as secondary management station.
 
- 
- 
- 
Method Detail- 
descriptionpublic UpdateManagedInstanceDetails.Builder description(String description) User-specified description of the managed instance.Avoid entering confidential information. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
primaryManagementStationIdpublic UpdateManagedInstanceDetails.Builder primaryManagementStationId(String primaryManagementStationId) The OCID of the management station for the instance to use as primary management station.- Parameters:
- primaryManagementStationId- the value to set
- Returns:
- this builder
 
 - 
secondaryManagementStationIdpublic UpdateManagedInstanceDetails.Builder secondaryManagementStationId(String secondaryManagementStationId) The OCID of the management station for the instance to use as secondary management station.- Parameters:
- secondaryManagementStationId- the value to set
- Returns:
- this builder
 
 - 
notificationTopicIdpublic UpdateManagedInstanceDetails.Builder notificationTopicId(String notificationTopicId) The OCID for the Oracle Notifications service (ONS) topic.ONS is the channel used to send notifications to the customer. - Parameters:
- notificationTopicId- the value to set
- Returns:
- this builder
 
 - 
autonomousSettingspublic UpdateManagedInstanceDetails.Builder autonomousSettings(UpdatableAutonomousSettings autonomousSettings) 
 - 
buildpublic UpdateManagedInstanceDetails build() 
 - 
copypublic UpdateManagedInstanceDetails.Builder copy(UpdateManagedInstanceDetails model) 
 
- 
 
-