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