Package com.oracle.bmc.sch.model
Class NotificationsTargetDetailsResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.sch.model.NotificationsTargetDetailsResponse.Builder
-
- Enclosing class:
- NotificationsTargetDetailsResponse
public static class NotificationsTargetDetailsResponse.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationsTargetDetailsResponse
build()
NotificationsTargetDetailsResponse.Builder
copy(NotificationsTargetDetailsResponse model)
NotificationsTargetDetailsResponse.Builder
enableFormattedMessaging(Boolean enableFormattedMessaging)
Whether to apply a simplified, user-friendly format to the message.NotificationsTargetDetailsResponse.Builder
privateEndpointMetadata(PrivateEndpointMetadata privateEndpointMetadata)
NotificationsTargetDetailsResponse.Builder
topicId(String topicId)
The OCID of the topic.
-
-
-
Method Detail
-
privateEndpointMetadata
public NotificationsTargetDetailsResponse.Builder privateEndpointMetadata(PrivateEndpointMetadata privateEndpointMetadata)
-
topicId
public NotificationsTargetDetailsResponse.Builder topicId(String topicId)
The OCID of the topic.- Parameters:
topicId
- the value to set- Returns:
- this builder
-
enableFormattedMessaging
public NotificationsTargetDetailsResponse.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 NotificationsTargetDetailsResponse build()
-
copy
public NotificationsTargetDetailsResponse.Builder copy(NotificationsTargetDetailsResponse model)
-
-