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 ObjectBuilder for projects/{project}/notificationConfigs/{notification_config}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectNotificationConfigBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationConfigNamebuild()StringgetNotificationConfig()StringgetProject()NotificationConfigName.ProjectNotificationConfigBuildersetNotificationConfig(String notificationConfig)NotificationConfigName.ProjectNotificationConfigBuildersetProject(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()
-
-