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 associated with the host.
|
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 Voice Connectors use TCP protocol by default.
protocol - The protocol to use for the origination route. Encryption-enabled Amazon Chime 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 Voice Connectors use TCP protocol by default.
protocol - The protocol to use for the origination route. Encryption-enabled Amazon Chime 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 associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.
weight - The weight associated with the host. If hosts are equal in priority, calls are redistributed among
them based on their relative weight.Copyright © 2023. All rights reserved.