Interface NotificationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationSummary.Builder,NotificationSummary>,SdkBuilder<NotificationSummary.Builder,NotificationSummary>,SdkPojo
- Enclosing class:
- NotificationSummary
public static interface NotificationSummary.Builder extends SdkPojo, CopyableBuilder<NotificationSummary.Builder,NotificationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default NotificationSummary.BuilderlensUpgradeSummary(Consumer<LensUpgradeSummary.Builder> lensUpgradeSummary)Summary of lens upgrade.NotificationSummary.BuilderlensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)Summary of lens upgrade.NotificationSummary.Buildertype(String type)The type of notification.NotificationSummary.Buildertype(NotificationType type)The type of notification.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
NotificationSummary.Builder type(String type)
The type of notification.
- Parameters:
type- The type of notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationType,NotificationType
-
type
NotificationSummary.Builder type(NotificationType type)
The type of notification.
- Parameters:
type- The type of notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationType,NotificationType
-
lensUpgradeSummary
NotificationSummary.Builder lensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)
Summary of lens upgrade.
- Parameters:
lensUpgradeSummary- Summary of lens upgrade.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensUpgradeSummary
default NotificationSummary.Builder lensUpgradeSummary(Consumer<LensUpgradeSummary.Builder> lensUpgradeSummary)
Summary of lens upgrade.
This is a convenience method that creates an instance of theLensUpgradeSummary.Builderavoiding the need to create one manually viaLensUpgradeSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolensUpgradeSummary(LensUpgradeSummary).- Parameters:
lensUpgradeSummary- a consumer that will call methods onLensUpgradeSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lensUpgradeSummary(LensUpgradeSummary)
-
-