public static interface CreateParticipantConnectionResponse.Builder extends ConnectParticipantResponse.Builder, SdkPojo, CopyableBuilder<CreateParticipantConnectionResponse.Builder,CreateParticipantConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantConnectionResponse.Builder |
connectionCredentials(ConnectionCredentials connectionCredentials)
Creates the participant's connection credentials.
|
default CreateParticipantConnectionResponse.Builder |
connectionCredentials(Consumer<ConnectionCredentials.Builder> connectionCredentials)
Creates the participant's connection credentials.
|
default CreateParticipantConnectionResponse.Builder |
websocket(Consumer<Websocket.Builder> websocket)
Creates the participant's websocket connection.
|
CreateParticipantConnectionResponse.Builder |
websocket(Websocket websocket)
Creates the participant's websocket connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateParticipantConnectionResponse.Builder websocket(Websocket websocket)
Creates the participant's websocket connection.
websocket - Creates the participant's websocket connection.default CreateParticipantConnectionResponse.Builder websocket(Consumer<Websocket.Builder> websocket)
Creates the participant's websocket connection.
This is a convenience method that creates an instance of theWebsocket.Builder avoiding the need to
create one manually via Websocket.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to websocket(Websocket).
websocket - a consumer that will call methods on Websocket.Builderwebsocket(Websocket)CreateParticipantConnectionResponse.Builder connectionCredentials(ConnectionCredentials connectionCredentials)
Creates the participant's connection credentials. The authentication token associated with the participant's connection.
connectionCredentials - Creates the participant's connection credentials. The authentication token associated with the
participant's connection.default CreateParticipantConnectionResponse.Builder connectionCredentials(Consumer<ConnectionCredentials.Builder> connectionCredentials)
Creates the participant's connection credentials. The authentication token associated with the participant's connection.
This is a convenience method that creates an instance of theConnectionCredentials.Builder avoiding
the need to create one manually via ConnectionCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectionCredentials(ConnectionCredentials).
connectionCredentials - a consumer that will call methods on ConnectionCredentials.BuilderconnectionCredentials(ConnectionCredentials)Copyright © 2023. All rights reserved.