| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ProxySession.Builder |
ProxySession.builder() |
ProxySession.Builder |
ProxySession.Builder.capabilities(Capability... capabilities)
The proxy session capabilities.
|
ProxySession.Builder |
ProxySession.Builder.capabilities(Collection<Capability> capabilities)
The proxy session capabilities.
|
ProxySession.Builder |
ProxySession.Builder.capabilitiesWithStrings(Collection<String> capabilities)
The proxy session capabilities.
|
ProxySession.Builder |
ProxySession.Builder.capabilitiesWithStrings(String... capabilities)
The proxy session capabilities.
|
ProxySession.Builder |
ProxySession.Builder.createdTimestamp(Instant createdTimestamp)
The created time stamp, in ISO 8601 format.
|
ProxySession.Builder |
ProxySession.Builder.endedTimestamp(Instant endedTimestamp)
The ended time stamp, in ISO 8601 format.
|
ProxySession.Builder |
ProxySession.Builder.expiryMinutes(Integer expiryMinutes)
The number of minutes allowed for the proxy session.
|
ProxySession.Builder |
ProxySession.Builder.geoMatchLevel(GeoMatchLevel geoMatchLevel)
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
ProxySession.Builder |
ProxySession.Builder.geoMatchLevel(String geoMatchLevel)
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
default ProxySession.Builder |
ProxySession.Builder.geoMatchParams(Consumer<GeoMatchParams.Builder> geoMatchParams)
The country and area code for the proxy phone number.
|
ProxySession.Builder |
ProxySession.Builder.geoMatchParams(GeoMatchParams geoMatchParams)
The country and area code for the proxy phone number.
|
ProxySession.Builder |
ProxySession.Builder.name(String name)
The name of the proxy session.
|
ProxySession.Builder |
ProxySession.Builder.numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
ProxySession.Builder |
ProxySession.Builder.numberSelectionBehavior(String numberSelectionBehavior)
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
ProxySession.Builder |
ProxySession.Builder.participants(Collection<Participant> participants)
The proxy session participants.
|
ProxySession.Builder |
ProxySession.Builder.participants(Consumer<Participant.Builder>... participants)
The proxy session participants.
|
ProxySession.Builder |
ProxySession.Builder.participants(Participant... participants)
The proxy session participants.
|
ProxySession.Builder |
ProxySession.Builder.proxySessionId(String proxySessionId)
The proxy session ID.
|
ProxySession.Builder |
ProxySession.Builder.status(ProxySessionStatus status)
The status of the proxy session.
|
ProxySession.Builder |
ProxySession.Builder.status(String status)
The status of the proxy session.
|
ProxySession.Builder |
ProxySession.toBuilder() |
ProxySession.Builder |
ProxySession.Builder.updatedTimestamp(Instant updatedTimestamp)
The updated time stamp, in ISO 8601 format.
|
ProxySession.Builder |
ProxySession.Builder.voiceConnectorId(String voiceConnectorId)
The Amazon Chime voice connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProxySession.Builder> |
ProxySession.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetProxySessionResponse.Builder |
GetProxySessionResponse.Builder.proxySession(Consumer<ProxySession.Builder> proxySession)
The proxy session details.
|
default UpdateProxySessionResponse.Builder |
UpdateProxySessionResponse.Builder.proxySession(Consumer<ProxySession.Builder> proxySession)
The proxy session details.
|
default CreateProxySessionResponse.Builder |
CreateProxySessionResponse.Builder.proxySession(Consumer<ProxySession.Builder> proxySession)
The proxy session details.
|
Copyright © 2023. All rights reserved.