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