Class CreateNotificationsRegistrationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CreateNotificationsRegistrationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateNotificationsRegistrationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createNotificationsRegistration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateNotificationsRegistrationOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringeventNotificationsInstanceCrn()Gets the eventNotificationsInstanceCrn.StringeventNotificationsSourceDescription()Gets the eventNotificationsSourceDescription.StringeventNotificationsSourceName()Gets the eventNotificationsSourceName.CreateNotificationsRegistrationOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public CreateNotificationsRegistrationOptions.Builder newBuilder()
New builder.- Returns:
- a CreateNotificationsRegistrationOptions builder
-
eventNotificationsInstanceCrn
public String eventNotificationsInstanceCrn()
Gets the eventNotificationsInstanceCrn. A CRN that uniquely identifies an IBM Cloud resource.- Returns:
- the eventNotificationsInstanceCrn
-
eventNotificationsSourceName
public String eventNotificationsSourceName()
Gets the eventNotificationsSourceName. The name that is displayed as a source that is in your Event Notifications instance.- Returns:
- the eventNotificationsSourceName
-
eventNotificationsSourceDescription
public String eventNotificationsSourceDescription()
Gets the eventNotificationsSourceDescription. An optional description for the source that is in your Event Notifications instance.- Returns:
- the eventNotificationsSourceDescription
-
-