Package com.google.cloud.storage
Class Notification.Builder
java.lang.Object
com.google.cloud.storage.NotificationInfo.Builder
com.google.cloud.storage.Notification.Builder
- Enclosing class:
- Notification
Builder for
Notification.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates aNotificationInfoobject.setCustomAttributes(Map<String, String> customAttributes) setEventTypes(NotificationInfo.EventType... eventTypes) setObjectNamePrefix(String objectNamePrefix) setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) setSelfLink(String selfLink)
-
Method Details
-
setSelfLink
- Specified by:
setSelfLinkin classNotificationInfo.Builder
-
setTopic
- Specified by:
setTopicin classNotificationInfo.Builder
-
setPayloadFormat
- Specified by:
setPayloadFormatin classNotificationInfo.Builder
-
setObjectNamePrefix
- Specified by:
setObjectNamePrefixin classNotificationInfo.Builder
-
setEventTypes
- Specified by:
setEventTypesin classNotificationInfo.Builder
-
setEtag
- Specified by:
setEtagin classNotificationInfo.Builder
-
setCustomAttributes
- Specified by:
setCustomAttributesin classNotificationInfo.Builder
-
build
Description copied from class:NotificationInfo.BuilderCreates aNotificationInfoobject.- Specified by:
buildin classNotificationInfo.Builder
-