Interface VoiceConnectorGroup.Builder

    • Method Detail

      • voiceConnectorGroupId

        VoiceConnectorGroup.Builder voiceConnectorGroupId​(String voiceConnectorGroupId)

        The Amazon Chime Voice Connector group ID.

        Parameters:
        voiceConnectorGroupId - The Amazon Chime Voice Connector group ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        VoiceConnectorGroup.Builder name​(String name)

        The name of the Amazon Chime Voice Connector group.

        Parameters:
        name - The name of the Amazon Chime Voice Connector group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • voiceConnectorItems

        VoiceConnectorGroup.Builder voiceConnectorItems​(Collection<VoiceConnectorItem> voiceConnectorItems)

        The Amazon Chime Voice Connectors to which to route inbound calls.

        Parameters:
        voiceConnectorItems - The Amazon Chime Voice Connectors to which to route inbound calls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • voiceConnectorItems

        VoiceConnectorGroup.Builder voiceConnectorItems​(VoiceConnectorItem... voiceConnectorItems)

        The Amazon Chime Voice Connectors to which to route inbound calls.

        Parameters:
        voiceConnectorItems - The Amazon Chime Voice Connectors to which to route inbound calls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        VoiceConnectorGroup.Builder createdTimestamp​(Instant createdTimestamp)

        The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.

        Parameters:
        createdTimestamp - The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedTimestamp

        VoiceConnectorGroup.Builder updatedTimestamp​(Instant updatedTimestamp)

        The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.

        Parameters:
        updatedTimestamp - The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • voiceConnectorGroupArn

        VoiceConnectorGroup.Builder voiceConnectorGroupArn​(String voiceConnectorGroupArn)

        The ARN of the specified Amazon Chime Voice Connector group.

        Parameters:
        voiceConnectorGroupArn - The ARN of the specified Amazon Chime Voice Connector group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.