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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationsTargetDetails
build()
NotificationsTargetDetails.Builder
copy(NotificationsTargetDetails model)
NotificationsTargetDetails.Builder
enableFormattedMessaging(Boolean enableFormattedMessaging)
Whether to apply a simplified, user-friendly format to the message.NotificationsTargetDetails.Builder
topicId(String topicId)
The OCID of the topic.
-
-
-
Method Detail
-
topicId
public NotificationsTargetDetails.Builder topicId(String topicId)
The OCID of the topic.- Parameters:
topicId
- the value to set- Returns:
- this builder
-
enableFormattedMessaging
public 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
-
build
public NotificationsTargetDetails build()
-
copy
public NotificationsTargetDetails.Builder copy(NotificationsTargetDetails model)
-
-