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