| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantTokenCredentials.Builder |
ParticipantTokenCredentials.builder() |
ParticipantTokenCredentials.Builder |
ParticipantTokenCredentials.Builder.expiry(String expiry)
The expiration of the token.
|
ParticipantTokenCredentials.Builder |
ParticipantTokenCredentials.Builder.participantToken(String participantToken)
The token used by the chat participant to call CreateParticipantConnection.
|
ParticipantTokenCredentials.Builder |
ParticipantTokenCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ParticipantTokenCredentials.Builder> |
ParticipantTokenCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateParticipantResponse.Builder |
CreateParticipantResponse.Builder.participantCredentials(Consumer<ParticipantTokenCredentials.Builder> participantCredentials)
The token used by the chat participant to call
CreateParticipantConnection. |
Copyright © 2023. All rights reserved.