public static class CreateNotificationServiceActionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateNotificationServiceActionDetails |
build() |
CreateNotificationServiceActionDetails.Builder |
copy(CreateNotificationServiceActionDetails model) |
CreateNotificationServiceActionDetails.Builder |
description(String description) |
CreateNotificationServiceActionDetails.Builder |
isEnabled(Boolean isEnabled) |
CreateNotificationServiceActionDetails.Builder |
topicId(String topicId)
The OCID
of the topic to which messages are delivered.
|
public CreateNotificationServiceActionDetails.Builder isEnabled(Boolean isEnabled)
public CreateNotificationServiceActionDetails.Builder description(String description)
public CreateNotificationServiceActionDetails.Builder topicId(String topicId)
The OCID of the topic to which messages are delivered.
topicId
- the value to setpublic CreateNotificationServiceActionDetails build()
public CreateNotificationServiceActionDetails.Builder copy(CreateNotificationServiceActionDetails model)
Copyright © 2016–2024. All rights reserved.