Interface MessagingSessionEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MessagingSessionEndpoint.Builder,MessagingSessionEndpoint>,SdkBuilder<MessagingSessionEndpoint.Builder,MessagingSessionEndpoint>,SdkPojo
- Enclosing class:
- MessagingSessionEndpoint
public static interface MessagingSessionEndpoint.Builder extends SdkPojo, CopyableBuilder<MessagingSessionEndpoint.Builder,MessagingSessionEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessagingSessionEndpoint.Builderurl(String url)The endpoint to which you establish a websocket connection.-
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
-
url
MessagingSessionEndpoint.Builder url(String url)
The endpoint to which you establish a websocket connection.
- Parameters:
url- The endpoint to which you establish a websocket connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-