Class NotificationConfigName.Builder (2.50.0)

public static class NotificationConfigName.Builder

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

Inheritance

java.lang.Object > NotificationConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotificationConfigName build()
Returns
Type Description
NotificationConfigName

getLocation()

public String getLocation()
Returns
Type Description
String

getNotificationConfig()

public String getNotificationConfig()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

setLocation(String location)

public NotificationConfigName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
NotificationConfigName.Builder

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