Package com.oracle.bmc.dblm.model
Class NotificationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.dblm.model.NotificationSummary.Builder
-
- Enclosing class:
- NotificationSummary
public static class NotificationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationSummary
build()
NotificationSummary.Builder
copy(NotificationSummary model)
NotificationSummary.Builder
id(String id)
Notification identifier.NotificationSummary.Builder
notificationText(String notificationText)
Notification textNotificationSummary.Builder
notificationType(NotificationSummary.NotificationType notificationType)
Notification typeNotificationSummary.Builder
timePublished(Date timePublished)
Published date
-
-
-
Method Detail
-
notificationType
public NotificationSummary.Builder notificationType(NotificationSummary.NotificationType notificationType)
Notification type- Parameters:
notificationType
- the value to set- Returns:
- this builder
-
notificationText
public NotificationSummary.Builder notificationText(String notificationText)
Notification text- Parameters:
notificationText
- the value to set- Returns:
- this builder
-
id
public NotificationSummary.Builder id(String id)
Notification identifier.- Parameters:
id
- the value to set- Returns:
- this builder
-
timePublished
public NotificationSummary.Builder timePublished(Date timePublished)
Published date- Parameters:
timePublished
- the value to set- Returns:
- this builder
-
build
public NotificationSummary build()
-
copy
public NotificationSummary.Builder copy(NotificationSummary model)
-
-