Package com.google.cloud.notification
Class NotificationInfo.Builder
- java.lang.Object
-
- com.google.cloud.notification.NotificationInfo.Builder
-
- Enclosing class:
- NotificationInfo
public static final class NotificationInfo.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationInfo
build()
NotificationInfo.Builder
setCustomAttributes(Map<String,String> customAttributes)
NotificationInfo.Builder
setEventTypes(Iterable<String> eventTypes)
NotificationInfo.Builder
setObjectNamePrefix(String objectNamePrefix)
GcpLaunchStage.AlphaNotificationInfo.Builder
setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat)
NotificationInfo.Builder
setTopic(com.google.pubsub.v1.ProjectTopicName topic)
-
-
-
Method Detail
-
setTopic
public NotificationInfo.Builder setTopic(com.google.pubsub.v1.ProjectTopicName topic)
-
setPayloadFormat
public NotificationInfo.Builder setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat)
-
setObjectNamePrefix
public NotificationInfo.Builder setObjectNamePrefix(String objectNamePrefix)
GcpLaunchStage.Alpha
-
setEventTypes
public NotificationInfo.Builder setEventTypes(Iterable<String> eventTypes)
-
setCustomAttributes
public NotificationInfo.Builder setCustomAttributes(Map<String,String> customAttributes)
-
build
public NotificationInfo build()
-
-