Interface ListVoiceConnectorsResponse.Builder

    • Method Detail

      • voiceConnectors

        ListVoiceConnectorsResponse.Builder voiceConnectors​(Collection<VoiceConnector> voiceConnectors)

        The details of the Amazon Chime Voice Connectors.

        Parameters:
        voiceConnectors - The details of the Amazon Chime Voice Connectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • voiceConnectors

        ListVoiceConnectorsResponse.Builder voiceConnectors​(VoiceConnector... voiceConnectors)

        The details of the Amazon Chime Voice Connectors.

        Parameters:
        voiceConnectors - The details of the Amazon Chime Voice Connectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVoiceConnectorsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.