Interface WidgetDestination.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WidgetDestination.Builder,,WidgetDestination> SdkBuilder<WidgetDestination.Builder,,WidgetDestination> SdkPojo
- Enclosing class:
WidgetDestination
@Mutable
@NotThreadSafe
public static interface WidgetDestination.Builder
extends SdkPojo, CopyableBuilder<WidgetDestination.Builder,WidgetDestination>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the customer profile associated with the browser session that should receive the notification.The identifier of the communication widget that delivers the notification to the customer's browser.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
widgetId
The identifier of the communication widget that delivers the notification to the customer's browser.
- Parameters:
widgetId- The identifier of the communication widget that delivers the notification to the customer's browser.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
The identifier of the customer profile associated with the browser session that should receive the notification.
- Parameters:
profileId- The identifier of the customer profile associated with the browser session that should receive the notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-