Interface VoiceProfileDomainSummary.Builder

    • Method Detail

      • voiceProfileDomainId

        VoiceProfileDomainSummary.Builder voiceProfileDomainId​(String voiceProfileDomainId)

        The ID of the voice profile domain summary.

        Parameters:
        voiceProfileDomainId - The ID of the voice profile domain summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • voiceProfileDomainArn

        VoiceProfileDomainSummary.Builder voiceProfileDomainArn​(String voiceProfileDomainArn)

        The ARN of a voice profile in a voice profile domain summary.

        Parameters:
        voiceProfileDomainArn - The ARN of a voice profile in a voice profile domain summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        VoiceProfileDomainSummary.Builder name​(String name)

        The name of the voice profile domain summary.

        Parameters:
        name - The name of the voice profile domain summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        VoiceProfileDomainSummary.Builder description​(String description)

        Describes the voice profile domain summary.

        Parameters:
        description - Describes the voice profile domain summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        VoiceProfileDomainSummary.Builder createdTimestamp​(Instant createdTimestamp)

        The time at which the voice profile domain summary was created.

        Parameters:
        createdTimestamp - The time at which the voice profile domain summary was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedTimestamp

        VoiceProfileDomainSummary.Builder updatedTimestamp​(Instant updatedTimestamp)

        The time at which the voice profile domain summary was last updated.

        Parameters:
        updatedTimestamp - The time at which the voice profile domain summary was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.