Package com.google.cloud.storage
Class NotificationInfo.BuilderImpl
java.lang.Object
com.google.cloud.storage.NotificationInfo.Builder
com.google.cloud.storage.NotificationInfo.BuilderImpl
- Enclosing class:
- NotificationInfo
Builder for
NotificationInfo.-
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) Sets a topic in the format of "projects/{project}/topics/{topic}".
-
Method Details
-
setSelfLink
- Specified by:
setSelfLinkin classNotificationInfo.Builder
-
setTopic
Sets a topic in the format of "projects/{project}/topics/{topic}".- 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
-