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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateNotificationServiceActionDetailsbuild()CreateNotificationServiceActionDetails.Buildercopy(CreateNotificationServiceActionDetails model)CreateNotificationServiceActionDetails.Builderdescription(String description)CreateNotificationServiceActionDetails.BuilderisEnabled(Boolean isEnabled)CreateNotificationServiceActionDetails.BuildertopicId(String topicId)The OCID of the topic to which messages are delivered.
 
- 
- 
- 
Method Detail- 
isEnabledpublic CreateNotificationServiceActionDetails.Builder isEnabled(Boolean isEnabled) 
 - 
descriptionpublic CreateNotificationServiceActionDetails.Builder description(String description) 
 - 
topicIdpublic CreateNotificationServiceActionDetails.Builder topicId(String topicId) The OCID of the topic to which messages are delivered.- Parameters:
- topicId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateNotificationServiceActionDetails build() 
 - 
copypublic CreateNotificationServiceActionDetails.Builder copy(CreateNotificationServiceActionDetails model) 
 
- 
 
-