| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionCredentials.Builder |
ConnectionCredentials.builder() |
ConnectionCredentials.Builder |
ConnectionCredentials.Builder.connectionToken(String connectionToken)
The connection token.
|
ConnectionCredentials.Builder |
ConnectionCredentials.Builder.expiry(String expiry)
The expiration of the token.
|
ConnectionCredentials.Builder |
ConnectionCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConnectionCredentials.Builder> |
ConnectionCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateParticipantConnectionResponse.Builder |
CreateParticipantConnectionResponse.Builder.connectionCredentials(Consumer<ConnectionCredentials.Builder> connectionCredentials)
Creates the participant's connection credentials.
|
Copyright © 2023. All rights reserved.