static CreateProxySessionRequest.Builder |
CreateProxySessionRequest.builder() |
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilities(Collection<Capability> capabilities) |
The proxy session capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilities(Capability... capabilities) |
The proxy session capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilitiesWithStrings(String... capabilities) |
The proxy session capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities) |
The proxy session capabilities.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.expiryMinutes(Integer expiryMinutes) |
The number of minutes allowed for the proxy session.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.geoMatchLevel(String geoMatchLevel) |
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.geoMatchLevel(GeoMatchLevel geoMatchLevel) |
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
default CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.geoMatchParams(Consumer<GeoMatchParams.Builder> geoMatchParams) |
The country and area code for the proxy phone number.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.geoMatchParams(GeoMatchParams geoMatchParams) |
The country and area code for the proxy phone number.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.name(String name) |
The name of the proxy session.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.numberSelectionBehavior(String numberSelectionBehavior) |
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior) |
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.participantPhoneNumbers(String... participantPhoneNumbers) |
The participant phone numbers.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.participantPhoneNumbers(Collection<String> participantPhoneNumbers) |
The participant phone numbers.
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.toBuilder() |
|
CreateProxySessionRequest.Builder |
CreateProxySessionRequest.Builder.voiceConnectorId(String voiceConnectorId) |
The Amazon Chime voice connector ID.
|