Interface VoiceConnector.Builder

    • Method Detail

      • voiceConnectorId

        VoiceConnector.Builder voiceConnectorId​(String voiceConnectorId)

        The Voice Connector's ID.

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

        VoiceConnector.Builder awsRegion​(String awsRegion)

        The AWS Region in which the Voice Connector is created. Default: us-east-1.

        Parameters:
        awsRegion - The AWS Region in which the Voice Connector is created. Default: us-east-1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VoiceConnectorAwsRegion, VoiceConnectorAwsRegion
      • name

        VoiceConnector.Builder name​(String name)

        The Voice Connector's name.

        Parameters:
        name - The Voice Connector's name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outboundHostName

        VoiceConnector.Builder outboundHostName​(String outboundHostName)

        The outbound host name for the Voice Connector.

        Parameters:
        outboundHostName - The outbound host name for the Voice Connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requireEncryption

        VoiceConnector.Builder requireEncryption​(Boolean requireEncryption)

        Enables or disables encryption for the Voice Connector.

        Parameters:
        requireEncryption - Enables or disables encryption for the Voice Connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        VoiceConnector.Builder createdTimestamp​(Instant createdTimestamp)

        The Voice Connector's creation timestamp, in ISO 8601 format.

        Parameters:
        createdTimestamp - The Voice Connector's creation timestamp, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedTimestamp

        VoiceConnector.Builder updatedTimestamp​(Instant updatedTimestamp)

        The Voice Connector's updated timestamp, in ISO 8601 format.

        Parameters:
        updatedTimestamp - The Voice Connector's updated timestamp, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • voiceConnectorArn

        VoiceConnector.Builder voiceConnectorArn​(String voiceConnectorArn)

        The ARN of the Voice Connector.

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