Package com.oracle.bmc.sch.model
Class NotificationsTargetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.sch.model.NotificationsTargetDetails.Builder
 
- 
- Enclosing class:
- NotificationsTargetDetails
 
 public static class NotificationsTargetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationsTargetDetailsbuild()NotificationsTargetDetails.Buildercopy(NotificationsTargetDetails model)NotificationsTargetDetails.BuilderenableFormattedMessaging(Boolean enableFormattedMessaging)Whether to apply a simplified, user-friendly format to the message.NotificationsTargetDetails.BuildertopicId(String topicId)The OCID of the topic.
 
- 
- 
- 
Method Detail- 
topicIdpublic NotificationsTargetDetails.Builder topicId(String topicId) The OCID of the topic.- Parameters:
- topicId- the value to set
- Returns:
- this builder
 
 - 
enableFormattedMessagingpublic NotificationsTargetDetails.Builder enableFormattedMessaging(Boolean enableFormattedMessaging) Whether to apply a simplified, user-friendly format to the message.Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true - Parameters:
- enableFormattedMessaging- the value to set
- Returns:
- this builder
 
 - 
buildpublic NotificationsTargetDetails build() 
 - 
copypublic NotificationsTargetDetails.Builder copy(NotificationsTargetDetails model) 
 
- 
 
-