Interface VoiceConnector.Builder

    • Method Detail

      • voiceConnectorId

        VoiceConnector.Builder voiceConnectorId​(String voiceConnectorId)

        The Amazon Chime Voice Connector ID.

        Parameters:
        voiceConnectorId - The Amazon Chime Voice Connector 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 Amazon Chime Voice Connector is created. Default: us-east-1.

        Parameters:
        awsRegion - The AWS Region in which the Amazon Chime 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 name of the Amazon Chime Voice Connector.

        Parameters:
        name - The name of the Amazon Chime Voice Connector.
        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 Amazon Chime Voice Connector.

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

        VoiceConnector.Builder requireEncryption​(Boolean requireEncryption)

        Designates whether encryption is required for the Amazon Chime Voice Connector.

        Parameters:
        requireEncryption - Designates whether encryption is required for the Amazon Chime Voice Connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        VoiceConnector.Builder createdTimestamp​(Instant createdTimestamp)

        The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

        Parameters:
        createdTimestamp - The Amazon Chime Voice Connector 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 updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

        Parameters:
        updatedTimestamp - The updated Amazon Chime Voice Connector 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 specified Amazon Chime Voice Connector.

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