public static interface Connection.Builder extends SdkPojo, CopyableBuilder<Connection.Builder,Connection>
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
created(Instant created)
The date and time when the connection was created.
|
Connection.Builder |
id(String id)
The identifier used to indicate a specific WebSocket connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnection.Builder created(Instant created)
The date and time when the connection was created.
created - The date and time when the connection was created.Connection.Builder id(String id)
The identifier used to indicate a specific WebSocket connection.
id - The identifier used to indicate a specific WebSocket connection.Copyright © 2022. All rights reserved.