public static class UpdateManagedInstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public UpdateManagedInstanceDetails.Builder description(String description)
User-specified description of the managed instance. Avoid entering confidential information.
description
- the value to setpublic UpdateManagedInstanceDetails.Builder primaryManagementStationId(String primaryManagementStationId)
The OCID of the management station for the instance to use as primary management station.
primaryManagementStationId
- the value to setpublic UpdateManagedInstanceDetails.Builder secondaryManagementStationId(String secondaryManagementStationId)
The OCID of the management station for the instance to use as secondary management station.
secondaryManagementStationId
- the value to setpublic 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.
notificationTopicId
- the value to setpublic UpdateManagedInstanceDetails.Builder autonomousSettings(UpdatableAutonomousSettings autonomousSettings)
public UpdateManagedInstanceDetails build()
public UpdateManagedInstanceDetails.Builder copy(UpdateManagedInstanceDetails model)
Copyright © 2016–2024. All rights reserved.