public static interface Proxy.Builder extends SdkPojo, CopyableBuilder<Proxy.Builder,Proxy>
| Modifier and Type | Method and Description |
|---|---|
Proxy.Builder |
defaultSessionExpiryMinutes(Integer defaultSessionExpiryMinutes)
The default number of minutes allowed for proxy sessions.
|
Proxy.Builder |
disabled(Boolean disabled)
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
|
Proxy.Builder |
fallBackPhoneNumber(String fallBackPhoneNumber)
The phone number to route calls to after a proxy session expires.
|
Proxy.Builder |
phoneNumberCountries(Collection<String> phoneNumberCountries)
The countries for proxy phone numbers to be selected from.
|
Proxy.Builder |
phoneNumberCountries(String... phoneNumberCountries)
The countries for proxy phone numbers to be selected from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProxy.Builder defaultSessionExpiryMinutes(Integer defaultSessionExpiryMinutes)
The default number of minutes allowed for proxy sessions.
defaultSessionExpiryMinutes - The default number of minutes allowed for proxy sessions.Proxy.Builder disabled(Boolean disabled)
When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.
disabled - When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.Proxy.Builder fallBackPhoneNumber(String fallBackPhoneNumber)
The phone number to route calls to after a proxy session expires.
fallBackPhoneNumber - The phone number to route calls to after a proxy session expires.Proxy.Builder phoneNumberCountries(Collection<String> phoneNumberCountries)
The countries for proxy phone numbers to be selected from.
phoneNumberCountries - The countries for proxy phone numbers to be selected from.Proxy.Builder phoneNumberCountries(String... phoneNumberCountries)
The countries for proxy phone numbers to be selected from.
phoneNumberCountries - The countries for proxy phone numbers to be selected from.Copyright © 2023. All rights reserved.