| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
static Websocket.Builder |
Websocket.builder() |
Websocket.Builder |
Websocket.Builder.connectionExpiry(String connectionExpiry)
The URL expiration timestamp in ISO date format.
|
Websocket.Builder |
Websocket.toBuilder() |
Websocket.Builder |
Websocket.Builder.url(String url)
The URL of the websocket.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Websocket.Builder> |
Websocket.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateParticipantConnectionResponse.Builder |
CreateParticipantConnectionResponse.Builder.websocket(Consumer<Websocket.Builder> websocket)
Creates the participant's websocket connection.
|
Copyright © 2023. All rights reserved.