public static interface Websocket.Builder extends SdkPojo, CopyableBuilder<Websocket.Builder,Websocket>
| Modifier and Type | Method and Description |
|---|---|
Websocket.Builder |
connectionExpiry(String connectionExpiry)
The URL expiration timestamp in ISO date format.
|
Websocket.Builder |
url(String url)
The URL of the websocket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWebsocket.Builder url(String url)
The URL of the websocket.
url - The URL of the websocket.Websocket.Builder connectionExpiry(String connectionExpiry)
The URL expiration timestamp in ISO date format.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
connectionExpiry - The URL expiration timestamp in ISO date format.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Copyright © 2023. All rights reserved.