Package com.oracle.bmc.devops.model
Class NotificationConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.NotificationConfig.Builder
-
- Enclosing class:
- NotificationConfig
public static class NotificationConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationConfig
build()
NotificationConfig.Builder
copy(NotificationConfig model)
NotificationConfig.Builder
topicId(String topicId)
The topic ID for notifications.
-
-
-
Method Detail
-
topicId
public NotificationConfig.Builder topicId(String topicId)
The topic ID for notifications.- Parameters:
topicId
- the value to set- Returns:
- this builder
-
build
public NotificationConfig build()
-
copy
public NotificationConfig.Builder copy(NotificationConfig model)
-
-