Class VoiceConnectorOrganizationRoute


  • public final class VoiceConnectorOrganizationRoute
    extends java.lang.Object
    • Method Detail

      • host

        public java.lang.String host()
        Returns:
        The FQDN or IP address to contact for origination traffic.
      • port

        public java.util.Optional<java.lang.Integer> port()
        Returns:
        The designated origination route port. Defaults to `5060`.
      • priority

        public java.lang.Integer priority()
        Returns:
        The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.
      • protocol

        public java.lang.String protocol()
        Returns:
        The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.
      • weight

        public java.lang.Integer weight()
        Returns:
        The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.