Package com.google.monitoring.v3
Class NotificationChannelName.FolderNotificationChannelBuilder
- java.lang.Object
-
- com.google.monitoring.v3.NotificationChannelName.FolderNotificationChannelBuilder
-
- Enclosing class:
- NotificationChannelName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class NotificationChannelName.FolderNotificationChannelBuilder extends Object
Builder for folders/{folder}/notificationChannels/{notification_channel}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FolderNotificationChannelBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChannelName
build()
String
getFolder()
String
getNotificationChannel()
NotificationChannelName.FolderNotificationChannelBuilder
setFolder(String folder)
NotificationChannelName.FolderNotificationChannelBuilder
setNotificationChannel(String notificationChannel)
-
-
-
Method Detail
-
getFolder
public String getFolder()
-
getNotificationChannel
public String getNotificationChannel()
-
setFolder
public NotificationChannelName.FolderNotificationChannelBuilder setFolder(String folder)
-
setNotificationChannel
public NotificationChannelName.FolderNotificationChannelBuilder setNotificationChannel(String notificationChannel)
-
build
public NotificationChannelName build()
-
-