Class NotificationConfigName.Builder (2.37.0)

public static class NotificationConfigName.Builder

Builder for projects/{project}/buckets/{bucket}/notificationConfigs/{notification_config}.

Inheritance

java.lang.Object > NotificationConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotificationConfigName build()
Returns
Type Description
NotificationConfigName

getBucket()

public String getBucket()
Returns
Type Description
String

getNotificationConfig()

public String getNotificationConfig()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setBucket(String bucket)

public NotificationConfigName.Builder setBucket(String bucket)
Parameter
Name Description
bucket String
Returns
Type Description
NotificationConfigName.Builder

setNotificationConfig(String notificationConfig)

public NotificationConfigName.Builder setNotificationConfig(String notificationConfig)
Parameter
Name Description
notificationConfig String
Returns
Type Description
NotificationConfigName.Builder

setProject(String project)

public NotificationConfigName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
NotificationConfigName.Builder