Class NotificationName.Builder (2.11.3)

public static class NotificationName.Builder

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

Inheritance

java.lang.Object > NotificationName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public NotificationName build()
Returns
Type Description
NotificationName

getBucket()

public String getBucket()
Returns
Type Description
String

getNotification()

public String getNotification()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setBucket(String bucket)

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

setNotification(String notification)

public NotificationName.Builder setNotification(String notification)
Parameter
Name Description
notification String
Returns
Type Description
NotificationName.Builder

setProject(String project)

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