Class UpdateManagedInstanceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.UpdateManagedInstanceDetails.Builder
-
- Enclosing class:
- UpdateManagedInstanceDetails
public static class UpdateManagedInstanceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateManagedInstanceDetails.Builder
autonomousSettings(UpdatableAutonomousSettings autonomousSettings)
UpdateManagedInstanceDetails
build()
UpdateManagedInstanceDetails.Builder
copy(UpdateManagedInstanceDetails model)
UpdateManagedInstanceDetails.Builder
description(String description)
User-specified description of the managed instance.UpdateManagedInstanceDetails.Builder
notificationTopicId(String notificationTopicId)
The OCID for the Oracle Notifications service (ONS) topic.UpdateManagedInstanceDetails.Builder
primaryManagementStationId(String primaryManagementStationId)
The OCID of the management station for the instance to use as primary management station.UpdateManagedInstanceDetails.Builder
secondaryManagementStationId(String secondaryManagementStationId)
The OCID of the management station for the instance to use as secondary management station.
-
-
-
Method Detail
-
description
public 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
-
primaryManagementStationId
public 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
-
secondaryManagementStationId
public 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
-
notificationTopicId
public 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
-
autonomousSettings
public UpdateManagedInstanceDetails.Builder autonomousSettings(UpdatableAutonomousSettings autonomousSettings)
-
build
public UpdateManagedInstanceDetails build()
-
copy
public UpdateManagedInstanceDetails.Builder copy(UpdateManagedInstanceDetails model)
-
-