Class NotificationConfigName.Builder (2.49.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
TypeDescription
NotificationConfigName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getNotificationConfig()

public String getNotificationConfig()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

setLocation(String location)

public NotificationConfigName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
NotificationConfigName.Builder

setNotificationConfig(String notificationConfig)

public NotificationConfigName.Builder setNotificationConfig(String notificationConfig)
Parameter
NameDescription
notificationConfigString
Returns
TypeDescription
NotificationConfigName.Builder

setOrganization(String organization)

public NotificationConfigName.Builder setOrganization(String organization)
Parameter
NameDescription
organizationString
Returns
TypeDescription
NotificationConfigName.Builder