Class NotificationConfigName.FolderNotificationConfigBuilder
- java.lang.Object
-
- com.google.cloud.securitycenter.v1.NotificationConfigName.FolderNotificationConfigBuilder
-
- Enclosing class:
- NotificationConfigName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class NotificationConfigName.FolderNotificationConfigBuilder extends Object
Builder for folders/{folder}/notificationConfigs/{notification_config}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FolderNotificationConfigBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationConfigName
build()
String
getFolder()
String
getNotificationConfig()
NotificationConfigName.FolderNotificationConfigBuilder
setFolder(String folder)
NotificationConfigName.FolderNotificationConfigBuilder
setNotificationConfig(String notificationConfig)
-
-
-
Method Detail
-
getFolder
public String getFolder()
-
getNotificationConfig
public String getNotificationConfig()
-
setFolder
public NotificationConfigName.FolderNotificationConfigBuilder setFolder(String folder)
-
setNotificationConfig
public NotificationConfigName.FolderNotificationConfigBuilder setNotificationConfig(String notificationConfig)
-
build
public NotificationConfigName build()
-
-