Interface PutVoiceConnectorProxyRequest.Builder

    • Method Detail

      • voiceConnectorId

        PutVoiceConnectorProxyRequest.Builder voiceConnectorId​(String voiceConnectorId)

        The Voice Connector ID.

        Parameters:
        voiceConnectorId - The Voice Connector ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultSessionExpiryMinutes

        PutVoiceConnectorProxyRequest.Builder defaultSessionExpiryMinutes​(Integer defaultSessionExpiryMinutes)

        The default number of minutes allowed for proxy session.

        Parameters:
        defaultSessionExpiryMinutes - The default number of minutes allowed for proxy session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumberPoolCountries

        PutVoiceConnectorProxyRequest.Builder phoneNumberPoolCountries​(Collection<String> phoneNumberPoolCountries)

        The countries for proxy phone numbers to be selected from.

        Parameters:
        phoneNumberPoolCountries - The countries for proxy phone numbers to be selected from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumberPoolCountries

        PutVoiceConnectorProxyRequest.Builder phoneNumberPoolCountries​(String... phoneNumberPoolCountries)

        The countries for proxy phone numbers to be selected from.

        Parameters:
        phoneNumberPoolCountries - The countries for proxy phone numbers to be selected from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fallBackPhoneNumber

        PutVoiceConnectorProxyRequest.Builder fallBackPhoneNumber​(String fallBackPhoneNumber)

        The phone number to route calls to after a proxy session expires.

        Parameters:
        fallBackPhoneNumber - The phone number to route calls to after a proxy session expires.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disabled

        PutVoiceConnectorProxyRequest.Builder disabled​(Boolean disabled)

        When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.

        Parameters:
        disabled - When true, stops proxy sessions from being created on the specified Amazon Chime SDK Voice Connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.