Class NotificationName.Builder (2.6.1)

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

getBucket()

public String getBucket()
Returns
TypeDescription
String

getNotification()

public String getNotification()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setBucket(String bucket)

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

setNotification(String notification)

public NotificationName.Builder setNotification(String notification)
Parameter
NameDescription
notificationString
Returns
TypeDescription
NotificationName.Builder

setProject(String project)

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