Package com.oracle.bmc.events.model
Class NotificationServiceAction.Builder
- java.lang.Object
-
- com.oracle.bmc.events.model.NotificationServiceAction.Builder
-
- Enclosing class:
- NotificationServiceAction
public static class NotificationServiceAction.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationServiceAction
build()
NotificationServiceAction.Builder
copy(NotificationServiceAction model)
NotificationServiceAction.Builder
description(String description)
NotificationServiceAction.Builder
id(String id)
NotificationServiceAction.Builder
isEnabled(Boolean isEnabled)
NotificationServiceAction.Builder
lifecycleMessage(String lifecycleMessage)
NotificationServiceAction.Builder
lifecycleState(Action.LifecycleState lifecycleState)
NotificationServiceAction.Builder
topicId(String topicId)
The OCID of the topic to which messages are delivered.
-
-
-
Method Detail
-
id
public NotificationServiceAction.Builder id(String id)
-
lifecycleMessage
public NotificationServiceAction.Builder lifecycleMessage(String lifecycleMessage)
-
lifecycleState
public NotificationServiceAction.Builder lifecycleState(Action.LifecycleState lifecycleState)
-
isEnabled
public NotificationServiceAction.Builder isEnabled(Boolean isEnabled)
-
description
public NotificationServiceAction.Builder description(String description)
-
topicId
public NotificationServiceAction.Builder topicId(String topicId)
The OCID of the topic to which messages are delivered.- Parameters:
topicId
- the value to set- Returns:
- this builder
-
build
public NotificationServiceAction build()
-
copy
public NotificationServiceAction.Builder copy(NotificationServiceAction model)
-
-