Class CreateNotificationsRegistrationOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CreateNotificationsRegistrationOptions.Builder
-
- Enclosing class:
- CreateNotificationsRegistrationOptions
public static class CreateNotificationsRegistrationOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateNotificationsRegistrationOptionsbuild()Builds a CreateNotificationsRegistrationOptions.CreateNotificationsRegistrationOptions.BuildereventNotificationsInstanceCrn(String eventNotificationsInstanceCrn)Set the eventNotificationsInstanceCrn.CreateNotificationsRegistrationOptions.BuildereventNotificationsSourceDescription(String eventNotificationsSourceDescription)Set the eventNotificationsSourceDescription.CreateNotificationsRegistrationOptions.BuildereventNotificationsSourceName(String eventNotificationsSourceName)Set the eventNotificationsSourceName.
-
-
-
Method Detail
-
build
public CreateNotificationsRegistrationOptions build()
Builds a CreateNotificationsRegistrationOptions.- Returns:
- the new CreateNotificationsRegistrationOptions instance
-
eventNotificationsInstanceCrn
public CreateNotificationsRegistrationOptions.Builder eventNotificationsInstanceCrn(String eventNotificationsInstanceCrn)
Set the eventNotificationsInstanceCrn.- Parameters:
eventNotificationsInstanceCrn- the eventNotificationsInstanceCrn- Returns:
- the CreateNotificationsRegistrationOptions builder
-
eventNotificationsSourceName
public CreateNotificationsRegistrationOptions.Builder eventNotificationsSourceName(String eventNotificationsSourceName)
Set the eventNotificationsSourceName.- Parameters:
eventNotificationsSourceName- the eventNotificationsSourceName- Returns:
- the CreateNotificationsRegistrationOptions builder
-
eventNotificationsSourceDescription
public CreateNotificationsRegistrationOptions.Builder eventNotificationsSourceDescription(String eventNotificationsSourceDescription)
Set the eventNotificationsSourceDescription.- Parameters:
eventNotificationsSourceDescription- the eventNotificationsSourceDescription- Returns:
- the CreateNotificationsRegistrationOptions builder
-
-