Interface WebNotificationContext.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WebNotificationContext.Builder,,WebNotificationContext> SdkBuilder<WebNotificationContext.Builder,,WebNotificationContext> SdkPojo
- Enclosing class:
WebNotificationContext
@Mutable
@NotThreadSafe
public static interface WebNotificationContext.Builder
extends SdkPojo, CopyableBuilder<WebNotificationContext.Builder,WebNotificationContext>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the BrowserId property for this object.Sets the value of the SessionId property for this object.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
-
sessionId
Sets the value of the SessionId property for this object.- Parameters:
sessionId- The new value for the SessionId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
browserId
Sets the value of the BrowserId property for this object.- Parameters:
browserId- The new value for the BrowserId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-