Class NotificationConfigName.Builder (2.50.0)

public static class NotificationConfigName.Builder

Builder for organizations/{organization}/notificationConfigs/{notification_config}.

Inheritance

java.lang.Object > NotificationConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotificationConfigName build()
Returns
Type Description
NotificationConfigName

getNotificationConfig()

public String getNotificationConfig()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

setNotificationConfig(String notificationConfig)

public NotificationConfigName.Builder setNotificationConfig(String notificationConfig)
Parameter
Name Description
notificationConfig String
Returns
Type Description
NotificationConfigName.Builder

setOrganization(String organization)

public NotificationConfigName.Builder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
NotificationConfigName.Builder