Interface StreamingNotificationTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StreamingNotificationTarget.Builder,StreamingNotificationTarget>,SdkBuilder<StreamingNotificationTarget.Builder,StreamingNotificationTarget>,SdkPojo
- Enclosing class:
- StreamingNotificationTarget
public static interface StreamingNotificationTarget.Builder extends SdkPojo, CopyableBuilder<StreamingNotificationTarget.Builder,StreamingNotificationTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamingNotificationTarget.BuildernotificationTarget(String notificationTarget)The streaming notification target.StreamingNotificationTarget.BuildernotificationTarget(NotificationTarget notificationTarget)The streaming notification target.-
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 Detail
-
notificationTarget
StreamingNotificationTarget.Builder notificationTarget(String notificationTarget)
The streaming notification target.
- Parameters:
notificationTarget- The streaming notification target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationTarget,NotificationTarget
-
notificationTarget
StreamingNotificationTarget.Builder notificationTarget(NotificationTarget notificationTarget)
The streaming notification target.
- Parameters:
notificationTarget- The streaming notification target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationTarget,NotificationTarget
-
-