Package com.oracle.bmc.events.model
Class CreateNotificationServiceActionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.events.model.CreateNotificationServiceActionDetails.Builder
-
- Enclosing class:
- CreateNotificationServiceActionDetails
public static class CreateNotificationServiceActionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
isEnabled
public CreateNotificationServiceActionDetails.Builder isEnabled(Boolean isEnabled)
-
description
public CreateNotificationServiceActionDetails.Builder description(String description)
-
topicId
public CreateNotificationServiceActionDetails.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 CreateNotificationServiceActionDetails build()
-
copy
public CreateNotificationServiceActionDetails.Builder copy(CreateNotificationServiceActionDetails model)
-
-