Interface NotificationSettingKey.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationSettingKey.Builder,NotificationSettingKey>,SdkBuilder<NotificationSettingKey.Builder,NotificationSettingKey>,SdkPojo
- Enclosing class:
- NotificationSettingKey
public static interface NotificationSettingKey.Builder extends SdkPojo, CopyableBuilder<NotificationSettingKey.Builder,NotificationSettingKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationSettingKey.Builderchannel(String channel)The specified channel of notification.NotificationSettingKey.Builderchannel(NotificationChannel channel)The specified channel of notification.NotificationSettingKey.Builderevent(String event)The notification setting event to reset.NotificationSettingKey.Builderevent(NotificationEvent event)The notification setting event to reset.-
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
-
channel
NotificationSettingKey.Builder channel(String channel)
The specified channel of notification.
- Parameters:
channel- The specified channel of notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationChannel,NotificationChannel
-
channel
NotificationSettingKey.Builder channel(NotificationChannel channel)
The specified channel of notification.
- Parameters:
channel- The specified channel of notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationChannel,NotificationChannel
-
event
NotificationSettingKey.Builder event(String event)
The notification setting event to reset.
- Parameters:
event- The notification setting event to reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationEvent,NotificationEvent
-
event
NotificationSettingKey.Builder event(NotificationEvent event)
The notification setting event to reset.
- Parameters:
event- The notification setting event to reset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationEvent,NotificationEvent
-
-