| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.attributes(Map<String,String> attributes)
Application-provided attributes to encode into the corresponding participant token and attach to a stage.
|
static ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.builder() |
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.capabilities(Collection<ParticipantTokenCapability> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.capabilities(ParticipantTokenCapability... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.capabilitiesWithStrings(Collection<String> capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.capabilitiesWithStrings(String... capabilities)
Set of capabilities that the user is allowed to perform in the stage.
|
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.duration(Integer duration)
Duration (in minutes), after which the corresponding participant token expires.
|
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.toBuilder() |
ParticipantTokenConfiguration.Builder |
ParticipantTokenConfiguration.Builder.userId(String userId)
Customer-assigned name to help identify the token; this can be used to link a participant to a user in the
customer’s own systems.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ParticipantTokenConfiguration.Builder> |
ParticipantTokenConfiguration.serializableBuilderClass() |
Copyright © 2023. All rights reserved.