Class NotificationConfigName.ProjectLocationNotificationConfigBuilder (2.47.0)

public static class NotificationConfigName.ProjectLocationNotificationConfigBuilder

Builder for projects/{project}/locations/{location}/notificationConfigs/{notification_config}.

Inheritance

java.lang.Object > NotificationConfigName.ProjectLocationNotificationConfigBuilder

Constructors

ProjectLocationNotificationConfigBuilder()

protected ProjectLocationNotificationConfigBuilder()

Methods

build()

public NotificationConfigName build()
Returns
TypeDescription
NotificationConfigName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getNotificationConfig()

public String getNotificationConfig()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

public NotificationConfigName.ProjectLocationNotificationConfigBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
NotificationConfigName.ProjectLocationNotificationConfigBuilder

setNotificationConfig(String notificationConfig)

public NotificationConfigName.ProjectLocationNotificationConfigBuilder setNotificationConfig(String notificationConfig)
Parameter
NameDescription
notificationConfigString
Returns
TypeDescription
NotificationConfigName.ProjectLocationNotificationConfigBuilder

setProject(String project)

public NotificationConfigName.ProjectLocationNotificationConfigBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
NotificationConfigName.ProjectLocationNotificationConfigBuilder