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

getFolder()

public String getFolder()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getNotificationConfig()

public String getNotificationConfig()
Returns
TypeDescription
String

setFolder(String folder)

public NotificationConfigName.FolderLocationNotificationConfigBuilder setFolder(String folder)
Parameter
NameDescription
folderString
Returns
TypeDescription
NotificationConfigName.FolderLocationNotificationConfigBuilder

setLocation(String location)

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

setNotificationConfig(String notificationConfig)

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