public static class NotificationServiceAction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public NotificationServiceAction.Builder id(String id)
public NotificationServiceAction.Builder lifecycleMessage(String lifecycleMessage)
public NotificationServiceAction.Builder lifecycleState(Action.LifecycleState lifecycleState)
public NotificationServiceAction.Builder isEnabled(Boolean isEnabled)
public NotificationServiceAction.Builder description(String description)
public NotificationServiceAction.Builder topicId(String topicId)
The OCID of the topic to which messages are delivered.
topicId
- the value to setpublic NotificationServiceAction build()
public NotificationServiceAction.Builder copy(NotificationServiceAction model)
Copyright © 2016–2024. All rights reserved.