Class NotificationConfigName.Builder (2.36.1)

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
TypeDescription
NotificationConfigName

getBucket()

public String getBucket()
Returns
TypeDescription
String

getNotificationConfig()

public String getNotificationConfig()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setBucket(String bucket)

public NotificationConfigName.Builder setBucket(String bucket)
Parameter
NameDescription
bucketString
Returns
TypeDescription
NotificationConfigName.Builder

setNotificationConfig(String notificationConfig)

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

setProject(String project)

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