public static interface OriginationRoute.Builder extends SdkPojo, CopyableBuilder<OriginationRoute.Builder,OriginationRoute>
| Modifier and Type | Method and Description |
|---|---|
OriginationRoute.Builder |
host(String host)
The FQDN or IP address to contact for origination traffic.
|
OriginationRoute.Builder |
port(Integer port)
The designated origination route port.
|
OriginationRoute.Builder |
priority(Integer priority)
The priority associated with the host, with 1 being the highest priority.
|
OriginationRoute.Builder |
protocol(OriginationRouteProtocol protocol)
The protocol to use for the origination route.
|
OriginationRoute.Builder |
protocol(String protocol)
The protocol to use for the origination route.
|
OriginationRoute.Builder |
weight(Integer weight)
The weight assigned to an origination route.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOriginationRoute.Builder host(String host)
The FQDN or IP address to contact for origination traffic.
host - The FQDN or IP address to contact for origination traffic.OriginationRoute.Builder port(Integer port)
The designated origination route port. Defaults to 5060.
port - The designated origination route port. Defaults to 5060.OriginationRoute.Builder protocol(String protocol)
The protocol to use for the origination route. Encryption-enabled Amazon Chime SDK Voice Connectors use TCP protocol by default.
protocol - The protocol to use for the origination route. Encryption-enabled Amazon Chime SDK Voice Connectors
use TCP protocol by default.OriginationRouteProtocol,
OriginationRouteProtocolOriginationRoute.Builder protocol(OriginationRouteProtocol protocol)
The protocol to use for the origination route. Encryption-enabled Amazon Chime SDK Voice Connectors use TCP protocol by default.
protocol - The protocol to use for the origination route. Encryption-enabled Amazon Chime SDK Voice Connectors
use TCP protocol by default.OriginationRouteProtocol,
OriginationRouteProtocolOriginationRoute.Builder priority(Integer priority)
The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.
priority - The priority associated with the host, with 1 being the highest priority. Higher priority hosts are
attempted first.OriginationRoute.Builder weight(Integer weight)
The weight assigned to an origination route. When hosts have equal priority, calls are distributed between them based on their relative weights.
weight - The weight assigned to an origination route. When hosts have equal priority, calls are distributed
between them based on their relative weights.Copyright © 2023. All rights reserved.