Interface NotificationSettingKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NotificationSettingKey.Builder,
,NotificationSettingKey> SdkBuilder<NotificationSettingKey.Builder,
,NotificationSettingKey> SdkPojo
- Enclosing class:
NotificationSettingKey
@Mutable
@NotThreadSafe
public static interface NotificationSettingKey.Builder
extends SdkPojo, CopyableBuilder<NotificationSettingKey.Builder,NotificationSettingKey>
-
Method Summary
Modifier and TypeMethodDescriptionThe specified channel of notification.channel
(NotificationChannel channel) The specified channel of notification.The notification setting event to reset.event
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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:
-
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:
-