Class NotificationConfigName.FolderLocationNotificationConfigBuilder (2.50.0)

public static class NotificationConfigName.FolderLocationNotificationConfigBuilder

Builder for folders/{folder}/locations/{location}/notificationConfigs/{notification_config}.

Inheritance

java.lang.Object > NotificationConfigName.FolderLocationNotificationConfigBuilder

Constructors

FolderLocationNotificationConfigBuilder()

protected FolderLocationNotificationConfigBuilder()

Methods

build()

public NotificationConfigName build()
Returns
Type Description
NotificationConfigName

getFolder()

public String getFolder()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getNotificationConfig()

public String getNotificationConfig()
Returns
Type Description
String

setFolder(String folder)

public NotificationConfigName.FolderLocationNotificationConfigBuilder setFolder(String folder)
Parameter
Name Description
folder String
Returns
Type Description
NotificationConfigName.FolderLocationNotificationConfigBuilder

setLocation(String location)

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

setNotificationConfig(String notificationConfig)

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