Package com.google.monitoring.v3
Class NotificationChannelName.Builder
- java.lang.Object
-
- com.google.monitoring.v3.NotificationChannelName.Builder
-
- Enclosing class:
- NotificationChannelName
public static class NotificationChannelName.Builder extends Object
Builder for projects/{project}/notificationChannels/{notification_channel}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChannelName
build()
String
getNotificationChannel()
String
getProject()
NotificationChannelName.Builder
setNotificationChannel(String notificationChannel)
NotificationChannelName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getNotificationChannel
public String getNotificationChannel()
-
setProject
public NotificationChannelName.Builder setProject(String project)
-
setNotificationChannel
public NotificationChannelName.Builder setNotificationChannel(String notificationChannel)
-
build
public NotificationChannelName build()
-
-