public static interface NotificationSummary.Builder extends SdkPojo, CopyableBuilder<NotificationSummary.Builder,NotificationSummary>
| Modifier and Type | Method and Description |
|---|---|
default NotificationSummary.Builder |
lensUpgradeSummary(Consumer<LensUpgradeSummary.Builder> lensUpgradeSummary)
Summary of lens upgrade.
|
NotificationSummary.Builder |
lensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)
Summary of lens upgrade.
|
NotificationSummary.Builder |
type(NotificationType type)
The type of notification.
|
NotificationSummary.Builder |
type(String type)
The type of notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNotificationSummary.Builder type(String type)
The type of notification.
type - The type of notification.NotificationType,
NotificationTypeNotificationSummary.Builder type(NotificationType type)
The type of notification.
type - The type of notification.NotificationType,
NotificationTypeNotificationSummary.Builder lensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)
Summary of lens upgrade.
lensUpgradeSummary - Summary of lens upgrade.default NotificationSummary.Builder lensUpgradeSummary(Consumer<LensUpgradeSummary.Builder> lensUpgradeSummary)
Summary of lens upgrade.
This is a convenience method that creates an instance of theLensUpgradeSummary.Builder avoiding the
need to create one manually via LensUpgradeSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lensUpgradeSummary(LensUpgradeSummary).
lensUpgradeSummary - a consumer that will call methods on LensUpgradeSummary.BuilderlensUpgradeSummary(LensUpgradeSummary)Copyright © 2023. All rights reserved.